File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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+ ------
Original file line number Diff line number Diff line change 2525# versioning
2626MAJOR = 0
2727MINOR = 1
28- MICRO = 61
29- ISRELEASED = True
28+ MICRO = 62
29+ ISRELEASED = False
3030VERSION = f"{ MAJOR } .{ MINOR } .{ MICRO } "
3131
3232
You can’t perform that action at this time.
0 commit comments