Skip to content

Commit

Permalink
Bump version to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 12, 2017
1 parent 10448c9 commit a1fa421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -34,13 +34,13 @@
docs_requires = [line.strip() for line in f if line.strip()]

MODULE_NAME = "typepy"
setuptools_require = ["setuptools>=20.2.2"]
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner_require = ["pytest-runner"] if needs_pytest else []
setuptools_require = ["setuptools>=20.2.2"]

setuptools.setup(
name=MODULE_NAME,
version="0.0.17",
version="0.0.18",
url="https://github.com/thombashi/{:s}".format(MODULE_NAME),

author="Tsuyoshi Hombashi",
Expand Down

0 comments on commit a1fa421

Please sign in to comment.