diff options
author | zlg <zlg@zlg.space> | 2021-10-23 23:20:43 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2021-10-23 23:20:43 -0700 |
commit | 82560352eaef86145e7ef89c29e442a251d65c23 (patch) | |
tree | 3e5ff7ed93c7825ba17103eb288d0a62b0293204 | |
parent | vgstash_cli: 'export' with no filename prints to stdout (diff) | |
download | vgstash-0.3b7.tar.gz vgstash-0.3b7.tar.bz2 vgstash-0.3b7.tar.xz vgstash-0.3b7.zip |
setup.py: bump to 0.3beta7 for PyPIv0.3b7
-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-beta6', + version='0.3-beta7', description='a video game collection management module, backed by SQLite', long_description=readme, long_description_content_type="text/markdown; variant=CommonMark", |