Skip to content

Commit

Permalink
prepping 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Apr 22, 2015
1 parent c775258 commit 431b621
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.2.1 requires
fauxgeo 0.2.2 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 raster_factory import *
from vector import *

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

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

0 comments on commit 431b621

Please sign in to comment.