Skip to content

Commit 8485220

Browse files
committed
up-rev
1 parent c3cc666 commit 8485220

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.4.5
62+
@version: 0.8.4.6
6363
@maintainer: Zlatko K. Minev and Asaf Diringer
6464
6565
@url: https://github.com/zlatko-minev/pyEPR
@@ -92,7 +92,7 @@
9292
"Will Livingston", "Steven Touzard"
9393
]
9494
__license__ = "BSD-3-Clause"
95-
__version__ = "0.8.4.5"
95+
__version__ = "0.8.4.6"
9696
__maintainer__ = "Zlatko K. Minev and Asaf Diringer"
9797
__email__ = "[email protected]"
9898
__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.4.5',
34+
version='0.8.4.6',
3535
description=doclines[0],
3636
long_description=long_description,
3737
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)