Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e1a4c4

Browse files
author
Jeff Whitaker
committed
changed version number to 0.9.6.1
svn path=/trunk/toolkits/basemap/; revision=4418
1 parent 7e67ef5 commit 5e1a4c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version 0.9.7 (not yet released)
1+
version 0.9.6.1 (not yet released)
22
* fix rotate_vector so it works in S. Hem and for non-orthogonal
33
grids. Support for masked velocity vectors also added. (EF)
44
* numpification. (EF)

lib/matplotlib/toolkits/basemap/basemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
2323
basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
2424

25-
__version__ = '0.9.7'
25+
__version__ = '0.9.6.1'
2626

2727

2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def dbf_macros():
9393
package_data = {'matplotlib.toolkits.basemap':pyproj_datafiles+basemap_datafiles}
9494
setup(
9595
name = "basemap",
96-
version = "0.9.7",
96+
version = "0.9.6.1",
9797
description = "Plot data on map projections with matplotlib",
9898
long_description = """
9999
An add-on toolkit for matplotlib that lets you plot data

0 commit comments

Comments
 (0)