Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Mar 2, 2022
1 parent d1aae2c commit a66ad4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
![GitHub Workflow
Status](https://img.shields.io/github/workflow/status/DNA-and-Natural-Algorithms-Group/stickydesign/Tests)
![PyPI](https://img.shields.io/pypi/v/stickydesign)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stickydesign)](https://pypi.org/project/qslib/)

The StickyDesign Sticky End Sequence Designer
=============================================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def finalize_options(self):
# run the setup
setup(
name='stickydesign',
version='0.8.3.pre1',
version='0.8.3',
setup_requires=['numpy'],
install_requires=['numpy'],
extras_require={'testing': ['pytest-cov', 'pytest']},
Expand Down
2 changes: 1 addition & 1 deletion src/stickydesign/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.3.pre1'
__version__ = '0.8.3'

0 comments on commit a66ad4c

Please sign in to comment.