Skip to content

Commit a57b4a5

Browse files
committed
Bump version
1 parent fc3cfcb commit a57b4a5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
url: https://pypi.org/p/ravenpackapi
4848
permissions:
4949
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
50-
5150
runs-on: ubuntu-latest
5251
strategy:
5352
max-parallel: 1
@@ -61,5 +60,3 @@ jobs:
6160
path: dist/
6261
- name: Publish package distributions to PyPI
6362
uses: pypa/gh-action-pypi-publish@release/v1
64-
with:
65-
repository-url: https://pypi.org/legacy/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '1.0.60'
3+
VERSION = '1.1.0'
44

55
with open('README.rst') as readme_file:
66
readme = readme_file.read()

0 commit comments

Comments
 (0)