diff --git a/pyproject.toml b/pyproject.toml index 28708bfe..b840712a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "l2hmc" -version = "0.6.0" +version = "0.7.0" description = "L2HMC algorithm for sampling in Lattice QCD" authors = ["Sam Foreman "] packages = [{include = "l2hmc", from = "src"}] diff --git a/setup.py b/setup.py index ed6a1f5e..164cba5a 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read(*names, **kwargs): # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/guides/single-sourcing-package-version/ - version='0.6.0', # Required + version='0.7.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: