Skip to content

Commit

Permalink
fix version number in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaier committed Jan 4, 2017
1 parent a782311 commit 71b7c35
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 @@ -35,7 +35,7 @@ def setup(**kwargs):
with open("README.rst") as readme_file:
long_description = readme_file.read()
setup(name = "treetools",
version = "0.1.0",
version = "0.2.0",
description = "Tools for processing treebank trees",
author = "Wolfgang Maier",
author_email = "wolfgang.maier@gmail.com",
Expand All @@ -45,7 +45,7 @@ def setup(**kwargs):
packages = ["trees"],
scripts = ["treetools"],
keywords = ["treebanks", "trees", "grammar"],
download_url = "https://github.com/wmaier/treetools/archive/v0.1.0.tar.gz",
download_url = "https://github.com/wmaier/treetools/archive/v0.2.0.tar.gz",
classifiers = filter(None, classifiers.split("\n")),
long_description = long_description,
)

0 comments on commit 71b7c35

Please sign in to comment.