Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Aug 8, 2024
1 parent 02d0c57 commit a4a4ed9
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.3"
version = "0.1.4"
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_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.3"
assert ips.__version__ == "0.1.4"


def test_node_imports():
Expand Down

0 comments on commit a4a4ed9

Please sign in to comment.