Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Aug 16, 2023
1 parent de7b787 commit c15beeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emgcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "2.4.25"
__version__: str = "2.4.26"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dev = [
"django-debug-toolbar==3.8.1",
"django-extensions==3.2.1",
"django-grappelli==2.15.1",
"bump-my-version==0.6.0",
"bump-my-version==0.9.2",
]

admin = [
Expand Down Expand Up @@ -116,7 +116,7 @@ max-line-length = 119
"""

[tool.bumpversion]
current_version = "2.4.25"
current_version = "2.4.26"

[[tool.bumpversion.files]]
filename = "emgcli/__init__.py"

0 comments on commit c15beeb

Please sign in to comment.