Skip to content

Commit

Permalink
version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Apr 9, 2024
1 parent cb22533 commit e627faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baka.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import time
import typing

__version__: typing.Final[str] = "0.8.2"
__version__: typing.Final[str] = "0.8.3"
BASE_PATH: typing.Final[str] = os.path.expanduser("~/.baka")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="bakabakabaka",
version=baka.VERSION,
version=baka.__version__,
description="the stupid configuration tracker using the stupid content tracker",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e627faa

Please sign in to comment.