diff --git a/setup.py b/setup.py index 01bb8ae..ad1545c 100644 --- a/setup.py +++ b/setup.py @@ -3,14 +3,14 @@ setup( name = "pydashi", - version = "2.0.0a0", + version = "2.0.0", author = "The dashi developers", author_email = "eike@middell.net", python_requires = '>=3', description = ("TODO"), license = "LGPL", #keywords = "histograms fitting ", - url = "https://github.com/emiddell/dashi", + url = "https://github.com/IceCube-SPNO/dashi", packages=['dashi', 'dashi.tests', 'dashi.datasets'], long_description='TODO', classifiers=[