Skip to content

Commit

Permalink
Version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Jul 20, 2018
1 parent ebee9e4 commit a6a2f92
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 12, 2018</em> <em>version 1.0.1</em></p>
<p><em>July 19, 2018</em> <em>version 1.0.2</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 12, 2018*
*version 1.0.1*
*July 19, 2018*
*version 1.0.2*

## 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.1"
FeldmanVersion = "1.0.2"

OutputVocabulary = 'IODP'

Expand Down

0 comments on commit a6a2f92

Please sign in to comment.