Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cris1618 committed May 20, 2024
1 parent 6a888d0 commit 55df2f7
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
@@ -1,6 +1,6 @@
[project]
name = "vizbeauty"
version = "0.0.1"
version = "0.0.2"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -52,7 +52,7 @@ universal = true


[tool.bumpversion]
current_version = "0.0.1"
current_version = "0.0.2"
commit = true
tag = true

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

__author__ = """Cristian Del Gobbo"""
__email__ = "cristiandelgobbo87@gmail.com"
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 55df2f7

Please sign in to comment.