diff --git a/README.md b/README.md index 803927c..30e2f83 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,11 @@ If you want to contribute to the project you are more than a welcome! But first, ``` # Release History +- v1.5.1: + - Added battery information display + - Now you can save output in csv or json formats + - Small bug corrections + - v1.3.5: - Major refactoring - Now charts can print string data diff --git a/requirements.txt b/requirements.txt index d3aa2d9..04eb95a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,3 @@ python-dateutil>=2.8.1 pytz>=2020.1 six>=1.15.0 toml>=0.10.1 --e git+https://github.com/bexxmodd/vizex.git@88bd970bb6e3a406db8b8ccdc34df9c4149635e8#egg=vizex diff --git a/setup.py b/setup.py index d32487c..15d06ab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='vizex', - version='1.4.0', + version='1.5.1', author='Beka Modebadze', author_email='bexxmodd@seas.upenn.edu', description='UNIX/Linux Terminal program to graphically display the disk space usage', @@ -21,6 +21,7 @@ classifiers=[ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", ],