Skip to content

Commit

Permalink
bumped version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Apr 27, 2020
1 parent 6d52cb8 commit a7752c1
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.8.0'
version = '0.8.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

# 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, 8, 0)
__version_info__ = (0, 8, 1)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit a7752c1

Please sign in to comment.