diff options
author | zlg <zlg@zlg.space> | 2018-10-09 23:43:36 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-10-09 23:43:36 -0700 |
commit | 56afecfa2831ed492f35e43de6ace1f0355c4c16 (patch) | |
tree | 9ba28e01ca800d6a09260e2016f074f46ed0b049 | |
parent | cli: Add "notes" command (diff) | |
download | vgstash-56afecfa2831ed492f35e43de6ace1f0355c4c16.tar.gz vgstash-56afecfa2831ed492f35e43de6ace1f0355c4c16.tar.bz2 vgstash-56afecfa2831ed492f35e43de6ace1f0355c4c16.tar.xz vgstash-56afecfa2831ed492f35e43de6ace1f0355c4c16.zip |
Bump to 0.3alpha6 for PyPI
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ with open('README.md') as f: setup( name='vgstash', - version='0.3-alpha5', + version='0.3-alpha6', description='a video game collection management module, backed by SQLite', long_description=readme, long_description_content_type="text/markdown; variant=CommonMark", |