Skip to content

Commit

Permalink
Merge pull request #305 from tcmitchell/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.0b7
  • Loading branch information
tcmitchell authored Sep 15, 2021
2 parents 6bdb8d9 + ffe5f70 commit 7fb0890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sbol3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0b6'
__version__ = '1.0b7'

# ---------- BEGIN WARNING WORKAROUND ----------
# Avoid unsightly warnings caused by rdflib 6, and manifested
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 7fb0890

Please sign in to comment.