Skip to content

Commit

Permalink
add version info to init
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jan 10, 2024
1 parent ebf4504 commit 2e19963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ values =
search = version = {current_version}
replace = version = {new_version}

[bumpversion:file:src/pecanpy/__init__.py]
search = __version__ = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:docs/source/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"
1 change: 1 addition & 0 deletions src/pecanpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
from . import graph
from . import pecanpy

__version__ = "2.0.9-dev"
__all__ = ["graph", "pecanpy"]

0 comments on commit 2e19963

Please sign in to comment.