Skip to content

Commit

Permalink
Bump version: 0.12.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdiedrich committed Jul 2, 2021
1 parent 7d5001e commit 0142f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion d3a_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod

# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
__version__ = '0.12.0'
__version__ = '1.0.0'


class APIClientInterface(ABC):
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.12.0
current_version = 1.0.0
commit = True
tag = True

[bumpversion:file:d3a_api_client/__init__.py]
search = __version__ = "{current_version}"

0 comments on commit 0142f14

Please sign in to comment.