Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarpandala committed Nov 19, 2023
1 parent aa2151b commit af487cb
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 = 0.0.3
current_version = 0.0.4
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion lazygitgpt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

# Package-level dunder variables
__version__ = "0.0.3"
__version__ = "0.0.4"
__author__ = "Shankar Pandala"
__email__ = "shankar@ssbm.ch"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# Define the package version
version = "0.0.3"
version = "0.0.4"

# Define the long description from the README file
with open("README.md", "r", encoding="utf-8") as fh:
Expand Down

0 comments on commit af487cb

Please sign in to comment.