Skip to content

Commit 74a0c48

Browse files
⬆️ setup.py
1 parent 5e118d9 commit 74a0c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from codecs import open
33
from os import path
4-
from cdlib import __version__
4+
55

66
__author__ = "Giulio Rossetti"
77
__license__ = "BSD-2-Clause"
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="cdlib",
23-
version=__version__,
23+
version="0.4.0",
2424
license="BSD-Clause-2",
2525
description="Community Discovery Library",
2626
url="https://github.com/GiulioRossetti/cdlib",

0 commit comments

Comments
 (0)