Skip to content

Commit 1fefee7

Browse files
Prepare for new tag for pyepr for pypi. (#112)
1 parent 523af53 commit 1fefee7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyEPR/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@author: Zlatko Minev, Zaki Leghas, ... and the pyEPR team
6060
@site: https://github.com/zlatko-minev/pyEPR
6161
@license: "BSD-3-Clause"
62-
@version: 0.8.5.3
62+
@version: 0.8.5.4
6363
@maintainer: Zlatko K. Minev and Asaf Diringer
6464
6565
@url: https://github.com/zlatko-minev/pyEPR
@@ -86,7 +86,7 @@
8686
"Will Livingston", "Steven Touzard"
8787
]
8888
__license__ = "BSD-3-Clause"
89-
__version__ = "0.8.5.3"
89+
__version__ = "0.8.5.4"
9090
__maintainer__ = "Zlatko K. Minev and Asaf Diringer"
9191
__email__ = "[email protected]"
9292
__url__ = r'https://github.com/zlatko-minev/pyEPR'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='pyEPR-quantum',
34-
version='0.8.5.3',
34+
version='0.8.5.4',
3535
description=doclines[0],
3636
long_description=long_description,
3737
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)