Skip to content

Commit 8aa210b

Browse files
committed
Updated version to 0.2 and uploaded as new distribution to PyPI
1 parent 79100d0 commit 8aa210b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
v0.2 - 07/08/2014
2+
Added struct_data.py module to manipulate exported point and orientation data sets;
3+
Included notebook directory and several IPython notebooks for documentation, examples, and tutorials

dist/pygeomod-0.1.tar.gz

5.59 KB
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212

1313
setup(name='pygeomod',
14-
version='0.1',
14+
version='0.2.0',
1515
description='Python wrappers for Geomodeller API and input files',
1616
long_description=read('README.md'),
1717
classifiers=[

0 commit comments

Comments
 (0)