Skip to content

Commit

Permalink
Merge pull request #5 from labrys/hotfix-version
Browse files Browse the repository at this point in the history
Hotfix missing version attribute
  • Loading branch information
labrys authored Dec 5, 2022
2 parents 7a61506 + bc7883f commit ed58097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.0.1
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions src/syno/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.0.1'

0 comments on commit ed58097

Please sign in to comment.