aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2021-10-23 23:20:43 -0700
committerzlg <zlg@zlg.space>2021-10-23 23:20:43 -0700
commit82560352eaef86145e7ef89c29e442a251d65c23 (patch)
tree3e5ff7ed93c7825ba17103eb288d0a62b0293204
parentvgstash_cli: 'export' with no filename prints to stdout (diff)
downloadvgstash-82560352eaef86145e7ef89c29e442a251d65c23.tar.gz
vgstash-82560352eaef86145e7ef89c29e442a251d65c23.tar.bz2
vgstash-82560352eaef86145e7ef89c29e442a251d65c23.tar.xz
vgstash-82560352eaef86145e7ef89c29e442a251d65c23.zip
setup.py: bump to 0.3beta7 for PyPIv0.3b7
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1a855a0..76795c0 100755
--- a/setup.py
+++ b/setup.py
@@ -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",