Skip to content

Commit

Permalink
Updated version to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nroehner committed Oct 5, 2021
1 parent d138a3e commit 34f5c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circuits_to_truth_tables/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.python.org/dev/peps/pep-0440/ for info on version numbering
__version__ = '1.1'
__version__ = '1.5'

from circuits_to_truth_tables.circuits_to_truth_tables import *
2 changes: 1 addition & 1 deletion features_to_circuits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.python.org/dev/peps/pep-0440/ for info on version numbering
__version__ = '1.1'
__version__ = '1.5'

from features_to_circuits.features_to_circuits import *
2 changes: 1 addition & 1 deletion sequences_to_features/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.python.org/dev/peps/pep-0440/ for info on version numbering
__version__ = '1.1'
__version__ = '1.5'

from sequences_to_features.sequences_to_features import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='SYNBICT',
version='1.4',
version='1.5',
description='Synthetic Biology Curation Tools (SYNBICT)',
long_description='Synthetic Biology Curation Tools (SYNBICT) is a Python tool suite for automation-assisted annotation, curation, and functional inference for genetic designs.',
author='Nicholas Roehner',
Expand Down

0 comments on commit 34f5c1b

Please sign in to comment.