From 463ab750af4d78bd326acc3246e2ba2bee8884ee Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 7 Sep 2016 22:14:46 -0500 Subject: [PATCH] v1.0.0b1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7292e46..19f4c63 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def parse_markdown_readme(): setup( name='vera', - version='1.0.0-dev', + version='1.0.0b1', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://wq.io/vera', @@ -43,7 +43,7 @@ def parse_markdown_readme(): ], install_requires=[ 'natural-keys', - 'wq.db>=1.0.0-a1', + 'wq.db>=1.0.0b1', ], classifiers=[ 'Development Status :: 5 - Production/Stable',