Skip to content

Commit 6a59faf

Browse files
author
Prashant Singh
committed
Version bump
1 parent fe7ea13 commit 6a59faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload dist/*
31+
twine upload --skip-existing dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Versions should comply with PEP440. For a discussion on single-sourcing
2222
# the version across setup.py and the project code, see
2323
# https://packaging.python.org/en/latest/single_source_version.html
24-
version='0.2',
24+
version='0.3',
2525

2626
description='The sciope toolbox for surrogate modeling, likelihood-free parameter inference and black-box optimization.',
2727
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)