Skip to content

Commit

Permalink
Bump version: 0.0.16 → 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Jun 10, 2024
1 parent bce3937 commit 5d82235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

__author__ = """Biplov Bhandari"""
__email__ = "bionicbiplov45@gmail.com"
__version__ = "0.0.16"
__version__ = "0.0.17"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "servir-aces"
version = "0.0.16"
version = "0.0.17"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -47,7 +47,7 @@ universal = true


[tool.bumpversion]
current_version = "0.0.16"
current_version = "0.0.17"
commit = true
tag = true

Expand Down

0 comments on commit 5d82235

Please sign in to comment.