Skip to content

Commit

Permalink
changes version number to 0.0.4 and changes development status to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Sep 25, 2020
1 parent 65c1c74 commit ce0685d
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 @@ -10,7 +10,7 @@
with (source_root / "requirements.txt").open(encoding="utf8") as f:
requirements = f.readlines()

version = "0.0.3"
version = "0.0.4"

with (source_root / "src" / "pandas_visual_analysis" / "version.py").open(
"w", encoding="utf-8"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
keywords="pandas data-science visualization data-analysis brushing linked-brushing python jupyter ipython",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering :: Visualization",
"License :: OSI Approved :: MIT License",
"Environment :: Console",
Expand Down

0 comments on commit ce0685d

Please sign in to comment.