We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d07cc6 commit 08b20a7Copy full SHA for 08b20a7
.github/workflows/pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python
23
uses: actions/setup-python@v2
24
with:
25
- python-version: '3.8'
+ python-version: '3.x'
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='geodepy',
4
- version='0.5.3',
+ version='0.6.0',
5
description='GA Geodesy Package',
6
long_description='A toolkit for Geodesy and Surveying in Python',
7
url='https://github.com/GeoscienceAustralia/GeodePy',
0 commit comments