Skip to content

Commit

Permalink
Bump version to 0.8.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
saforem2 committed Apr 14, 2022
1 parent 333c34a commit 9aee8e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[tool.poetry]
name = "l2hmc"
version = "0.7.0"
version = "0.8.0"
description = "L2HMC algorithm for sampling in Lattice QCD"
authors = ["Sam Foreman <saforem2@gmail.com>"]
readme = "README.md"
repository = "https://github.com/saforem2/l2hmc-qcd"
homepage = "https://github.com/saforem2/l2hmc-qcd"
keywords = ["machine-learning", "lattice", "mcmc", "latticeqcd", "qcd"]
packages = [{include = "l2hmc", from = "src"}]
exclude = [
"wandb",
Expand Down Expand Up @@ -49,6 +53,8 @@ accelerate = "^0.6.2"
euporie = "^1.4.3"
ipykernel = "^6.12.1"
notebook = "^6.4.10"
ipython = {version = "^8.2.0", optional = true}
ptipython = {version = "^1.0.1", optional = true}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 9aee8e0

Please sign in to comment.