diff --git a/setup.py b/setup.py index 202d6625..c6e001b7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md', 'r') as fh: setup( name='bddl', - version='3.3.0b2', + version='3.3.0b3', author='Stanford University', long_description_content_type='text/markdown', long_description=long_description,