Skip to content

Commit

Permalink
v1.3 PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
alegresor committed Mar 14, 2022
1 parent b1531c9 commit d6ad6a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qmcpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .stopping_criterion import *

name = "qmcpy"
__version__ = "1.2"
__version__ = "1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):

setuptools.setup(
name="qmcpy",
version="1.2",
version="1.3",
author="Fred Hickernell, Sou-Cheng T. Choi, Mike McCourt, Jagadeeswaran Rathinavel, Aleksei Sorokin",
author_email="asorokin@hawk.iit.edu",
license='Apache license 2.0',
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = u"Sou-Cheng T. Choi, Fred J. Hickernell, Michael McCourt, Jagadeeswaran Rathinavel, Aleksei Sorokin"
#author = u"S-C Choi, F Hickernell, M McCourt, J Rathinavel, & A Sorokin"

version = u"1.2"
version = u"1.3"

# The full version, including alpha/beta/rc tags
release = version
Expand Down

0 comments on commit d6ad6a9

Please sign in to comment.