Skip to content

Commit

Permalink
qmcpy v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alegresor committed Oct 6, 2021
1 parent 19354f1 commit dbd774d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include qmcpy/discrete_distribution/c_lib/*.h
include qmcpy/discrete_distribution/sobol/generating_matrices/*.npy
include qmcpy/discrete_distribution/digital_net_b2/generating_matrices/*.npy
include qmcpy/discrete_distribution/lattice/generating_vectors/*.npy
include qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy
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.1"
__version__ = "1.2"
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.1",
version="1.2",
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.1"
version = u"1.2"

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

0 comments on commit dbd774d

Please sign in to comment.