Skip to content

Commit 019c416

Browse files
committed
release canditate 3
1 parent ffc689c commit 019c416

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
url: https://pypi.org/project/torch-pme
1717
permissions:
1818
id-token: write
19+
contents: write
1920

2021
steps:
2122
- uses: actions/checkout@v4

src/torchpme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"SplinePotential",
2525
"CombinedPotential",
2626
]
27-
__version__ = "0.1.0rc2"
27+
__version__ = "0.1.0rc3"

0 commit comments

Comments
 (0)