Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Blubberli committed Jan 14, 2020
1 parent d6c5b2c commit 2238d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = (HERE / "README.md").read_text()
setuptools.setup(
name="germanetpy",
version="0.1.0",
version="0.1.1",
author="Neele Falk",
author_email="[email protected]",
description="Python API for GermaNet",
Expand Down

0 comments on commit 2238d92

Please sign in to comment.