Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed May 26, 2024
1 parent e14b497 commit 1e56453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 1.1.0
current_version = 1.1.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changes for the upcoming release can be found in the `changelog.d` directory in

.. towncrier release notes start
v1.1.0 (2024-05-26)
1.1.1 (2024-05-26)
-------------------

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion src/centerline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__title__ = "centerline"
__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Filip Todic"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2014-present Filip Todic"
Expand Down

0 comments on commit 1e56453

Please sign in to comment.