From ce0685dcf428c2d64b8796930f5796172956cf48 Mon Sep 17 00:00:00 2001 From: Matthias Matt Date: Fri, 25 Sep 2020 19:31:43 +0200 Subject: [PATCH] changes version number to 0.0.4 and changes development status to beta --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cca5148..a4ae6d6 100644 --- a/setup.py +++ b/setup.py @@ -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" @@ -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",