Skip to content

Commit

Permalink
bump version (#331)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update test_ipsuite.py
  • Loading branch information
PythonFZ authored Aug 8, 2024
1 parent 5f1d532 commit bcc33fe
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.2"
version = "0.1.3"
description = "A suite of tools for machine learned interatomic potentials."
authors = ["zincwarecode <zincwarecode@gmail.com>"]
keywords = ["data-version-control", "machine-learning", "reproducibility", "interatomic potentials"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ipsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def test_version():
"""Test 'IPSuite' version."""
assert ips.__version__ == "0.1.2"
assert ips.__version__ == "0.1.3"


def test_node_imports():
Expand Down

0 comments on commit bcc33fe

Please sign in to comment.