Revision: 6021
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6021&view=rev
Author:   jswhit
Date:     2008-08-11 15:34:30 +0000 (Mon, 11 Aug 2008)

Log Message:
-----------
up version number

Modified Paths:
--------------
    trunk/toolkits/basemap/src/_geoslib.c
    trunk/toolkits/basemap/src/_geoslib.pyx

Modified: trunk/toolkits/basemap/src/_geoslib.c
===================================================================
--- trunk/toolkits/basemap/src/_geoslib.c       2008-08-11 15:07:49 UTC (rev 
6020)
+++ trunk/toolkits/basemap/src/_geoslib.c       2008-08-11 15:34:30 UTC (rev 
6021)
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.9.8 on Mon Aug 11 09:07:15 2008 */
+/* Generated by Cython 0.9.8 on Mon Aug 11 09:34:06 2008 */
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
@@ -297,7 +297,7 @@
 
 /* Implementation of _geoslib */
 
-static char __pyx_k_1[] = "0.1";
+static char __pyx_k_1[] = "0.2";
 
 static char __pyx_k_is_valid[] = "is_valid";
 static char __pyx_k_geom_type[] = "geom_type";
@@ -3480,7 +3480,7 @@
  * import sys
  * import numpy             # <<<<<<<<<<<<<<
  * 
- * __version__ = "0.1"
+ * __version__ = "0.2"
  */
   __pyx_1 = __Pyx_Import(__pyx_kp_numpy, 0); if (unlikely(!__pyx_1)) 
{__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto 
__pyx_L1;}
   if (PyObject_SetAttr(__pyx_m, __pyx_kp_numpy, __pyx_1) < 0) {__pyx_filename 
= __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1;}
@@ -3489,7 +3489,7 @@
   /* "/Volumes/User/jwhitaker/matplotlib/basemap/src/_geoslib.pyx":4
  * import numpy
  * 
- * __version__ = "0.1"             # <<<<<<<<<<<<<<
+ * __version__ = "0.2"             # <<<<<<<<<<<<<<
  * 
  * # need some python C API functions for strings.
  */

Modified: trunk/toolkits/basemap/src/_geoslib.pyx
===================================================================
--- trunk/toolkits/basemap/src/_geoslib.pyx     2008-08-11 15:07:49 UTC (rev 
6020)
+++ trunk/toolkits/basemap/src/_geoslib.pyx     2008-08-11 15:34:30 UTC (rev 
6021)
@@ -1,7 +1,7 @@
 import sys
 import numpy
 
-__version__ = "0.1"
+__version__ = "0.2"
 
 # need some python C API functions for strings.
 cdef extern from "Python.h":


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to