Skip to content

Commit

Permalink
Bump version 8.1
Browse files Browse the repository at this point in the history
Bump version 8.1
  • Loading branch information
fabratu committed Feb 23, 2021
2 parents 48162bf + 217e895 commit bcfab97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Moritz v. Looz", "Yassine Marrakchi", "Henning Meyerhenke", "Manuel Penschuck", "Marcel Radermacher", "Klara Reichard", "Marvin Ritter", \
"Aleksejs Sazonovs", "Hung Tran", "Alexander van der Grinten", "Florian Weber", "Michael Wegner", "Jörg Weisbarth"]
__license__ = "MIT"
__version__ = "8.0"
__version__ = "8.1"

# standard library modules
import csv
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name='networkit'

version='8.0'
version='8.1'

url='https://networkit.github.io/'

Expand Down

0 comments on commit bcfab97

Please sign in to comment.