Skip to content

Commit

Permalink
⬆️ versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Sep 17, 2020
1 parent b29c767 commit ab305f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'0.1.8'
version = u'0.1.9'
# The full version, including alpha/beta/rc tags.
release = u'0.1.8'
release = u'0.1.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The implementations of all CD algorithms are inherited from existing projects, e

================ =================== ================== ========== ===============
**Date** **Python Versions** **Main Author** **GitHub** **pypl**
|date| 3.7 `Giulio Rossetti`_ `Source`_ `Distribution`_
|date| 3.7-3.8 `Giulio Rossetti`_ `Source`_ `Distribution`_
================ =================== ================== ========== ===============


Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_requirements(remove_links=True):


setup(name='cdlib',
version='0.1.8',
version='0.1.9',
license='BSD-Clause-2',
description='Community Discovery Library',
url='https://github.com/GiulioRossetti/cdlib',
Expand Down Expand Up @@ -70,6 +70,7 @@ def get_requirements(remove_links=True):
],
keywords='community-discovery node-clustering edge-clustering complex-networks',
install_requires=get_requirements(),
long_description=long_description,
extras_require={
'C': ["infomap==1.1.3", "python-igraph==0.7.1.post6", "leidenalg==0.7.0",
"angel-cd==1.0.2", "wurlitzer>=1.0.2"],
Expand Down

0 comments on commit ab305f6

Please sign in to comment.