Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dwang429 committed Jan 27, 2021
1 parent 2da100b commit d37c393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyEPR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
@author: Zlatko Minev, Zaki Leghas, ... and the pyEPR team
@site: https://github.com/zlatko-minev/pyEPR
@license: "BSD-3-Clause"
@version: 0.8.4.2
@version: 0.8.4.3
@maintainer: Zlatko K. Minev and Asaf Diringer
@email: zlatko.minev@aya.yale.edu
@url: https://github.com/zlatko-minev/pyEPR
Expand Down Expand Up @@ -91,7 +91,7 @@
__credits__ = ["Zlatko Minev", "Zaki Leghtas,", "Phil Rheinhold",
"Asaf Diringer", "Will Livingston", "Steven Touzard"]
__license__ = "BSD-3-Clause"
__version__ = "0.8.4.2"
__version__ = "0.8.4.3"
__maintainer__ = "Zlatko K. Minev and Asaf Diringer"
__email__ = "zlatko.minev@aya.yale.edu"
__url__ = r'https://github.com/zlatko-minev/pyEPR'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
doclines = __doc__.split('\n')

setup(name='pyEPR-quantum',
version='0.8.4.2',
version='0.8.4.3',
description = doclines[0],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d37c393

Please sign in to comment.