We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22b713 commit e741c03Copy full SHA for e741c03
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.geoscript</groupId>
5
<artifactId>geoscript-py</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.6.0</version>
+ <version>1.7-SNAPSHOT</version>
8
<name>GeoScript Python</name>
9
<repositories>
10
<repository>
@@ -325,6 +325,6 @@
325
</profile>
326
</profiles>
327
<properties>
328
- <gt.version>23.0</gt.version>
+ <gt.version>24-SNAPSHOT</gt.version>
329
</properties>
330
</project>
setup.py
@@ -36,7 +36,7 @@ def run(self):
36
self.distribution.dist_files.append(file)
37
38
39
-ver='1.6.0'
+ver='1.7-SNAPSHOT'
40
jars = ['jars/%s' % (f) for f in os.listdir('jars')]
41
setup(cmdclass={'src': SrcCmd, 'doc': DocCmd},
42
name='geoscript',
0 commit comments