Skip to content

Commit

Permalink
publish: deploy first version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsneto committed Mar 13, 2023
1 parent 14c9b69 commit 49bdd71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cereja_ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from cereja.utils import get_version_pep440_compliant
# TODO: fix dynamic version for toml.
# from cereja.utils import get_version_pep440_compliant

VERSION = "0.0.1.final.0"
__version__ = get_version_pep440_compliant(VERSION)
__version__ = VERSION[:5]

0 comments on commit 49bdd71

Please sign in to comment.