Skip to content

Commit e741c03

Browse files
committed
Start working on 1.7
1 parent f22b713 commit e741c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-py</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.6.0</version>
7+
<version>1.7-SNAPSHOT</version>
88
<name>GeoScript Python</name>
99
<repositories>
1010
<repository>
@@ -325,6 +325,6 @@
325325
</profile>
326326
</profiles>
327327
<properties>
328-
<gt.version>23.0</gt.version>
328+
<gt.version>24-SNAPSHOT</gt.version>
329329
</properties>
330330
</project>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636
self.distribution.dist_files.append(file)
3737

3838

39-
ver='1.6.0'
39+
ver='1.7-SNAPSHOT'
4040
jars = ['jars/%s' % (f) for f in os.listdir('jars')]
4141
setup(cmdclass={'src': SrcCmd, 'doc': DocCmd},
4242
name='geoscript',

0 commit comments

Comments
 (0)