Skip to content

Commit

Permalink
bump version (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Jun 12, 2023
1 parent 6bb7842 commit 39e5698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
keywords = ["data-version-control", "machine-learning", "reproducibility", "interatomic potentials"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_atomsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 39e5698

Please sign in to comment.