Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Oct 31, 2023
1 parent 566dcb4 commit 4859247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install -qU setuptools wheel twine
- name: Generating distribution archives
run: python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.15.10.dev3'
__version__ = '0.15.10'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 4859247

Please sign in to comment.