diff --git a/docs/conf.py b/docs/conf.py index c2ed469..e6c7ec5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Bryan Bartley and Tom Mitchell' # The full version, including alpha/beta/rc tags -release = '1.0b6' +release = '1.0b7' # -- General configuration --------------------------------------------------- diff --git a/sbol3/__init__.py b/sbol3/__init__.py index ea3da64..fcf5aa7 100644 --- a/sbol3/__init__.py +++ b/sbol3/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0b6' +__version__ = '1.0b7' # ---------- BEGIN WARNING WORKAROUND ---------- # Avoid unsightly warnings caused by rdflib 6, and manifested diff --git a/setup.py b/setup.py index 3d55d26..232b30b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='sbol3', - version='1.0b6', + version='1.0b7', description='Python implementation of SBOL 3 standard', python_requires='>=3.7', url='https://github.com/SynBioDex/pySBOL3',