Skip to content

Commit a0948a8

Browse files
author
Yury Lysogorskiy
committed
bump version to 0.5.3
1 parent e606fc3 commit a0948a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tensorpotential"
7-
version = "0.5.2" #### UPD in setup.py to avoid confusion
7+
version = "0.5.3" #### UPD in setup.py to avoid confusion
88
authors = [
99
{ name = "Anton Bochkarev", email = "[email protected]" },
1010
{ name = "Yury Lysogorskiy", email = "[email protected]" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=find_packages(include=["tensorpotential", "tensorpotential.*"]),
1717
package_data={"tensorpotential": ["resources/input_template.yaml"]},
1818
include_package_data=True,
19-
version="0.5.2", ### UPD in pyproject.toml to avoid confusion
19+
version="0.5.3", ### UPD in pyproject.toml to avoid confusion
2020
scripts=[
2121
"bin/gracemaker",
2222
"bin/grace_models",

0 commit comments

Comments
 (0)