Skip to content

Commit

Permalink
Merge pull request #91 from zlatko-minev/90_publish_to_pypi
Browse files Browse the repository at this point in the history
Update the init and setup files before creating a tag.
  • Loading branch information
zlatko-minev authored Jan 10, 2022
2 parents a52a850 + 8a29dbb commit 386ed3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyEPR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.6
@version: 0.8.5.2
@maintainer: Zlatko K. Minev and Asaf Diringer
@email: [email protected]
@url: https://github.com/zlatko-minev/pyEPR
Expand Down Expand Up @@ -92,7 +92,7 @@
"Will Livingston", "Steven Touzard"
]
__license__ = "BSD-3-Clause"
__version__ = "0.8.4.6"
__version__ = "0.8.5.2"
__maintainer__ = "Zlatko K. Minev and Asaf Diringer"
__email__ = "[email protected]"
__url__ = r'https://github.com/zlatko-minev/pyEPR'
Expand All @@ -101,6 +101,7 @@
##############################################################################
# Config setup
from ._config_default import get_config

config = get_config()

##############################################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

0 comments on commit 386ed3d

Please sign in to comment.