Skip to content

Commit

Permalink
Bump version (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 19, 2023
1 parent ee7f5dd commit 023aad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "quacc"
description="A platform to enable high-throughput, database-driven quantum chemistry and computational materials science"
version = "0.3.7"
version = "0.3.8"
readme = "README.md"
license = { text = "BSD-3" }
authors = [{ name = "Andrew S. Rosen", email = "asrosen@princeton.edu" }]
Expand Down Expand Up @@ -45,7 +45,7 @@ defects = ["pymatgen-analysis-defects>=2023.8.22", "shakenbreak>=3.2.0"]
jobflow = ["jobflow>=0.1.14", "fireworks>=2.0.3"]
newtonnet = ["torch>=2.0.1", "scikit-learn>=1.3.0"]
sella = ["sella>=2.3.2"]
parsl = ["parsl"]
parsl = ["parsl@git+https://github.com/Parsl/parsl.git@benc-lifted-dict"]
prefect = ["prefect>=2.13.1", "prefect-dask>=0.2.4", "dask-jobqueue>=0.8.2"]
redun = ["redun>=0.16.2"]
tblite = ["tblite[ase]>=0.3.0; platform_system=='Linux'"]
Expand Down

0 comments on commit 023aad6

Please sign in to comment.