Skip to content
Snippets Groups Projects
Commit c0fce081 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

v0.4.0

parent c003145d
No related branches found
No related tags found
No related merge requests found
FROM debian:jessie FROM debian:jessie
MAINTAINER Jeremy Fee <jmfee@usgs.gov> MAINTAINER Jeremy Fee <jmfee@usgs.gov>
LABEL usgs.geomag-algorithms.version=0.2.0 LABEL usgs.geomag-algorithms.version=0.4.0
# update os # update os
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
......
...@@ -2,7 +2,7 @@ from distutils.core import setup ...@@ -2,7 +2,7 @@ from distutils.core import setup
setup( setup(
name='geomag-algorithms', name='geomag-algorithms',
version='0.3.1', version='0.4.0',
description='USGS Geomag IO Library', description='USGS Geomag IO Library',
url='https://github.com/usgs/geomag-algorithms', url='https://github.com/usgs/geomag-algorithms',
packages=[ 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