Skip to content

Commit

Permalink
preparing 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bierbower authored and Will Bierbower committed Apr 6, 2015
1 parent 52c24c1 commit 61d57b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A python library that generates simple OSGeo-supported rasters and vectors. The
Requirements
------------

fauxgeo 0.1.3 requires
fauxgeo 0.1.4 requires

* NumPy
* Matplotlib
Expand Down
2 changes: 1 addition & 1 deletion fauxgeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from temp_raster import *
from raster_factory import *

__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='fauxgeo',
version='0.1.3',
version='0.1.4',
description='A python library that generates fake geospatial data',
long_description=readme + '\n\n' + history,
author='Will B',
Expand Down

0 comments on commit 61d57b8

Please sign in to comment.