Skip to content

Commit

Permalink
moved setup.py to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor committed Mar 23, 2020
1 parent 9c1fa6a commit 2448747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epcis_event_hash_generator/setup.py → setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="epcis-event-hash-generator",
version="1.0.1",
version="1.1.0",
author=" Ralph Troeger; Sebastian Schmittner",
author_email="ralph.troeger@gs1.de;schmittner@eecc.info",
description="Exemplary implementation of the epcis event hash generator algorithm described in the README",
Expand All @@ -19,4 +19,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
)

0 comments on commit 2448747

Please sign in to comment.