Skip to content

Commit

Permalink
⬆️ setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed May 21, 2024
1 parent 5e118d9 commit 74a0c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from codecs import open
from os import path
from cdlib import __version__


__author__ = "Giulio Rossetti"
__license__ = "BSD-2-Clause"
Expand All @@ -20,7 +20,7 @@

setup(
name="cdlib",
version=__version__,
version="0.4.0",
license="BSD-Clause-2",
description="Community Discovery Library",
url="https://github.com/GiulioRossetti/cdlib",
Expand Down

0 comments on commit 74a0c48

Please sign in to comment.