Skip to content

Commit

Permalink
version 0.1.3: confirmed with Debian + Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sekika committed Sep 12, 2017
1 parent 362e0a0 commit fd2b003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discfit/main.py
@@ -1,10 +1,10 @@
import sys
from discfit.calc import steadystate, wooding
from .calc import (steadystate, wooding)

def main(argv=sys.argv[1:]):

if len(sys.argv) < 4:
print ('Usage:',sys.argv[0],'Filename dd dp')
print ('Usage: discfit Filename dd dp')
sys.exit()
csvfile = sys.argv[1] # Filename of csv file
dd = float(sys.argv[2]) # diameter of the disc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='discfit',
version='0.1.0',
version='0.1.3',
description='Disc permeameter fitting program',
long_description=long_description,
url='https://github.com/sekika/discfit',
Expand Down

0 comments on commit fd2b003

Please sign in to comment.