Skip to content

Commit e8bc560

Browse files
committed
BUMP
1 parent 2bc276a commit e8bc560

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
143143
with:
144144
# repository-url: https://test.pypi.org/legacy/
145-
skip_existing: true
145+
skip-existing: true
146146

147147

148148
release-github:

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,3 +704,6 @@ in 0.1.13.
704704
parameterise the volume fraction of guest present in a layer in terms
705705
of an absolute volume fraction. This is useful when attempting to constrain
706706
the volume fraction of guest in the head and tail regions to be the same.
707+
708+
0.1.62
709+
------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# versioning
2626
MAJOR = 0
2727
MINOR = 1
28-
MICRO = 61
29-
ISRELEASED = True
28+
MICRO = 62
29+
ISRELEASED = False
3030
VERSION = f"{MAJOR}.{MINOR}.{MICRO}"
3131

3232

0 commit comments

Comments
 (0)