Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten authored May 6, 2024
1 parent 74e0d43 commit cb63223
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
Expand Up @@ -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=[
Expand Down

0 comments on commit cb63223

Please sign in to comment.