Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
harry093 committed Jul 9, 2022
1 parent f8d6adf commit 538de36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions geodepy/gnss.py
Expand Up @@ -586,6 +586,7 @@ def remove_stns_sinex(sinex, sites):
num_stns_to_remove += 1
del solution_epochs
num_params = old_num_params - num_stn_params * num_stns_to_remove
num_params = '{:05d}'.format(num_params)
header = header.replace(str(old_num_params), str(num_params))
out.write(header)
out.write(separator)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='geodepy',
version='0.2.0',
version='0.2.1',
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 538de36

Please sign in to comment.