Skip to content

Commit

Permalink
Bump version 10.0
Browse files Browse the repository at this point in the history
Bump version 10.0
  • Loading branch information
fabratu committed May 18, 2022
2 parents 0a6be44 + d777f0a commit 9163e74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions networkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
__copyright__ = "Copyright (c) 2014 Christan Staudt"
__credits__ = ["Eugenio Angriman", "Lukas Barth", "Miriam Beddig", "Elisabetta Bergamini", "Stefan Bertsch", "Pratistha Bhattarai", "Andreas Bilke", "Simon Bischof", \
"Fabian Brandt-Tumescheit", "Guido Brückner", "Mark Erb", "Kolja Esders", "Patrick Flick", "Michael Hamann", "Lukas Hartmann", "Daniel Hoske", "Gerd Lindner", \
"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"]
"Moritz v. Looz", "Yassine Marrakchi", "Henning Meyerhenke", "Manuel Penschuck", "Lucas Archimedes Gregorio Henr Petersen", "Marcel Radermacher", "Klara Reichard", \
"Marvin Ritter", "Aleksejs Sazonovs", "Hung Tran", "Alexander van der Grinten", "Florian Weber", "Michael Wegner", "Jörg Weisbarth"]
__license__ = "MIT"
__version__ = "9.1.1"
__version__ = "10.0"

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

version='9.1.1'
version='10.0'

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

Expand Down Expand Up @@ -33,6 +33,7 @@
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Environment :: Web Environment',
'Environment :: Other Environment',
'Framework :: IPython',
'Intended Audience :: Developers',
Expand All @@ -41,16 +42,13 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent', 'Programming Language :: C++',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Chemistry',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Visualization'
]

install_requires = [
Expand Down

0 comments on commit 9163e74

Please sign in to comment.