Skip to content

Commit

Permalink
chore: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bskim45 committed Aug 5, 2024
1 parent ad5cdb0 commit 26cffed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ quote-style = "single"


[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.2.0"
tag = true
sign_tags = true
tag_message = ""
commit = true
message = "chore: bump version to {new_version}"
allow_dirty = true

[[tool.bumpversion.files]]
filename = 'src/ridiwise/__init__.py'
2 changes: 1 addition & 1 deletion src/ridiwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 26cffed

Please sign in to comment.