diff --git a/pyproject.toml b/pyproject.toml index 7b2386a2..05f055ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ipsuite" -version = "0.1.0a2" +version = "0.1.0a3" description = "A suite of tools for machine learned interatomic potentials." authors = ["zincwarecode "] keywords = ["data-version-control", "machine-learning", "reproducibility", "interatomic potentials"] diff --git a/tests/test_atomsuite.py b/tests/test_atomsuite.py index aa49bb84..78fd6228 100644 --- a/tests/test_atomsuite.py +++ b/tests/test_atomsuite.py @@ -4,7 +4,7 @@ def test_version(): """Test 'IPSuite' version.""" - assert ips.__version__ == "0.1.0a2" + assert ips.__version__ == "0.1.0a3" def test_node_imports():