Skip to content

Commit

Permalink
Version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Aug 9, 2018
1 parent cdf5e73 commit 5c7e02c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/manual.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h2 id="feldman-users-guide">Feldman User's Guide</h2>
<p><em>July 19, 2018</em> <em>version 1.0.2</em></p>
<p><em>August 9, 2018</em> <em>version 1.0.3</em></p>
<h2 id="introduction">Introduction</h2>
<p>Feldman is a software utility developed by <a href="https://csdco.umn.edu">LacCore/CSDCO</a> to aid in the process of aligning and splicing core sections from multiple holes, and exporting measurement data based on a splice. It runs on Macs (OSX, macOS) and Windows.</p>
<p>Feldman evolved from a handful of conversion scripts written in <a href="https://python.org">Python</a>, and owes much of its functionality to the wonderful <a href="https://pandas.pydata.org">pandas</a> data analysis library. Feldman source code is available on <a href="https://github.com/laccore/feldman">GitHub</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions doc/manual.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Feldman User's Guide
--------------------
*July 19, 2018*
*version 1.0.2*
*August 9, 2018*
*version 1.0.3*

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion feldman.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from tabular.csvio import writeToCSV, FormatError
import tabular.pandasutils as PU

FeldmanVersion = "1.0.2"
FeldmanVersion = "1.0.3"

OutputVocabulary = 'IODP'

Expand Down

0 comments on commit 5c7e02c

Please sign in to comment.