Skip to content

Commit

Permalink
Bump version: 0.26.0 → 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
version bump committed Jun 16, 2023
1 parent 016e789 commit 9ce1931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 0.26.0
current_version = 0.27.0

[bumpversion:file:setup.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "0.26.0"
__version__ = "0.27.0"


def read(filename):
Expand Down

0 comments on commit 9ce1931

Please sign in to comment.