Skip to content

Commit

Permalink
release v2.0.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao Zhu committed Aug 8, 2019
1 parent 60b6655 commit a97a5bf
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,7 +1,7 @@

from setuptools import setup, find_packages

VERSION = '2.0.0b3'
VERSION = '2.0.0b4'

setup(name='primerserver2',
version=VERSION,
Expand Down Expand Up @@ -35,4 +35,4 @@
'primerserver-config = primerserver2.web.config:main'
]
},
)
)

0 comments on commit a97a5bf

Please sign in to comment.