Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Feb 22, 2021
1 parent 9da4c04 commit afe3c0b
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="at2019dsg",
version="0.1.0",
version="1.0.0",
author="Robert Stein",
author_email="robert.stein@desy.de",
description="Package with core code and data for at2019dsg",
Expand Down Expand Up @@ -46,7 +46,7 @@
"sjoert @ https://github.com/sjoertvv/sjoert/archive/3308c1afe111693da0821b6d8b24a0439f0a648c.zip",
],
package_data={'at2019dsg': [
'at2019dsg/data/*']},
'data/*']},
include_package_data=True
)

0 comments on commit afe3c0b

Please sign in to comment.