Skip to content

Commit

Permalink
release 2.0.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao Zhu committed Jul 25, 2019
1 parent 2855a27 commit 30ea7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

from setuptools import setup, find_packages

VERSION = '2.0.0a2'
VERSION = '2.0.0b1'

setup(name='primerserver2',
version=VERSION,
description="a high-throughput primer design and specificity-checking platform",
long_description=__doc__,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 30ea7df

Please sign in to comment.