Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
updated release version to 0.0.2
  • Loading branch information
ccastleberry authored Apr 12, 2020
1 parent d630773 commit 40e08a1
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="sk-autobots", # Replace with your own username
version="0.0.1",
version="0.0.2",
author="Caleb Castleberry",
author_email="castle.caleb@gmail.com",
description="Custom data transformers that use the scikit-learn API.",
Expand All @@ -19,4 +19,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.7',
)
)

0 comments on commit 40e08a1

Please sign in to comment.