Skip to content

Commit

Permalink
chore: bumped version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jun 11, 2021
1 parent 1b2b0a3 commit 0a153b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.4'
version = '0.9.5'
# The full version, including alpha/beta/rc tags.
release = '0.9.4'
release = '0.9.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/igraph/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 9, 4)
__version_info__ = (0, 9, 5)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit 0a153b3

Please sign in to comment.