diff --git a/dist/timetk-0.1.0-py3-none-any.whl b/dist/timetk-0.1.0-py3-none-any.whl new file mode 100644 index 00000000..f4fd44ea Binary files /dev/null and b/dist/timetk-0.1.0-py3-none-any.whl differ diff --git a/dist/timetk-0.1.0.tar.gz b/dist/timetk-0.1.0.tar.gz new file mode 100644 index 00000000..7f5b718b Binary files /dev/null and b/dist/timetk-0.1.0.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 2c79c121..f549abfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/setup.py b/setup.py index 3589baa7..dd02688c 100644 --- a/setup.py +++ b/setup.py @@ -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",