Skip to content

Commit

Permalink
* Updated the version of Python used in the workflows from 3.7 to 3.8
Browse files Browse the repository at this point in the history
* Incremented version to 0.6.0
  • Loading branch information
harry093 committed Feb 18, 2025
1 parent 4d07cc6 commit 08b20a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='geodepy',
version='0.5.3',
version='0.6.0',
description='GA Geodesy Package',
long_description='A toolkit for Geodesy and Surveying in Python',
url='https://github.com/GeoscienceAustralia/GeodePy',
Expand Down

0 comments on commit 08b20a7

Please sign in to comment.