From ffe5f70b4351785f043a2c2e8c6cf9bbf1897638 Mon Sep 17 00:00:00 2001 From: Tom Mitchell Date: Wed, 15 Sep 2021 17:57:37 -0400 Subject: [PATCH] Bump version to 1.0b7 --- docs/conf.py | 2 +- sbol3/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',