From 82560352eaef86145e7ef89c29e442a251d65c23 Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 23 Oct 2021 23:20:43 -0700 Subject: setup.py: bump to 0.3beta7 for PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3-54-g00ecf