Skip to content

Commit

Permalink
bump version: 2.0.9-dev -> 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jan 10, 2024
1 parent 2e19963 commit 401bc90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 2.0.9-dev
current_version = 2.0.9
tag = False
commit = True
message = bump version: {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = "Renming Liu and Arjun Krishnan"

# The full version, including alpha/beta/rc tags
release = "2.0.9-dev"
release = "2.0.9"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pecanpy
version = 2.0.9-dev
version = 2.0.9
author = Remy Liu
author_email = [email protected]
description = A parallelized, efficient, and accelerated node2vec
Expand Down
2 changes: 1 addition & 1 deletion src/pecanpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from . import graph
from . import pecanpy

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

0 comments on commit 401bc90

Please sign in to comment.