Skip to content
Snippets Groups Projects
Unverified Commit 202386ba authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by GitHub
Browse files

Merge pull request #241 from erigler-usgs/fix_version_info

Version to 0.8.1 in package.json and setup.py
parents e40d52b4 ecf5e52c
No related branches found
No related tags found
No related merge requests found
{
"name": "geomag-algorithms",
"version": "0.7.1",
"version": "0.8.1",
"homepage": "http://geomag.usgs.gov/",
"repository": "https://github.com/usgs/geomag-algorithms.git",
"description": "Geomagnetism algorithms.",
......
......@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='geomag-algorithms',
version='0.7.1',
version='0.8.1',
description='USGS Geomag IO Library',
url='https://github.com/usgs/geomag-algorithms',
packages=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment