Skip to content

Commit 08b20a7

Browse files
committed
* Updated the version of Python used in the workflows from 3.7 to 3.8
* Incremented version to 0.6.0
1 parent 4d07cc6 commit 08b20a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.8'
25+
python-version: '3.x'
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

setup.py

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

33
setup(name='geodepy',
4-
version='0.5.3',
4+
version='0.6.0',
55
description='GA Geodesy Package',
66
long_description='A toolkit for Geodesy and Surveying in Python',
77
url='https://github.com/GeoscienceAustralia/GeodePy',

0 commit comments

Comments
 (0)