Skip to content

Commit

Permalink
Merge pull request #7 from labrys/hotfix-module-not-found
Browse files Browse the repository at this point in the history
Hotfix module not found
  • Loading branch information
labrys authored Dec 5, 2022
2 parents 2a9a16c + 8d42835 commit 6fbd1d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = False

[bumpversion:file:src/deluge_client.py]
[bumpversion:file:src/deluge_client/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build/
*.cfg
!/setup.cfg
!.bumpversion.cfg
Expand Down
2 changes: 1 addition & 1 deletion src/deluge_client.py → src/deluge_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from rencode import dumps, loads

__version__ = '1.0.0'
__version__ = '1.1.0'


RPC_RESPONSE = 1
Expand Down

0 comments on commit 6fbd1d5

Please sign in to comment.