Skip to content

Commit aab929a

Browse files
committed
Release version 1.0.3
1 parent 0197ace commit aab929a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ostir/ostir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ModuleNotFoundError:
2020
from ostir_factory import OSTIRFactory
2121

22-
ostir_version = '1.0.2'
22+
ostir_version = '1.0.3'
2323

2424
# The E. coli sequence
2525
Ecoli_anti_Shine_Dalgarno = 'ACCTCCTTA'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="OSTIR",
8-
version="1.0.2",
8+
version="1.0.3",
99
author="Cameron Roots, Jeffrey Barrick, Alexandra Lukasiewicz",
1010
author_email="croots@utexas.edu",
1111
description="Open Source Transcription Initiation Rates",

0 commit comments

Comments
 (0)