Skip to content

Commit

Permalink
prep for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 3, 2023
1 parent 190587f commit ab4f0bc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist/timetk-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/timetk-0.1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "timetk"
version = "0.0.0.9000"
version = "0.1.0"
description = "The time series toolkit for Python."
authors = ["Matt Dancho <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def readme():

setup(
name="timetk",
version="0.0.0.9000",
version="0.1.0",
description="TimeTK - The time series toolkit for Python.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ab4f0bc

Please sign in to comment.