Skip to content

Commit

Permalink
version 0.9.2
Browse files Browse the repository at this point in the history
- updated jvmrdftools to 0.1.2
  • Loading branch information
cosminbasca committed Nov 22, 2014
1 parent e2b334d commit bccf3ff
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
Binary file added dist/rdftools-0.8.8-py2.7-macosx-10.4-x86_64.egg
Binary file not shown.
Binary file added dist/rdftools-0.9.0-py2.7-macosx-10.4-x86_64.egg
Binary file not shown.
Binary file added dist/rdftools-0.9.0.tar.gz
Binary file not shown.
Binary file added dist/rdftools-0.9.0.zip
Binary file not shown.
Binary file added dist/rdftools-0.9.1-py2.7-macosx-10.4-x86_64.egg
Binary file not shown.
Binary file added dist/rdftools-0.9.1.tar.gz
Binary file not shown.
Binary file added dist/rdftools-0.9.1.zip
Binary file not shown.
Binary file added dist/rdftools-0.9.2-py2.7-macosx-10.4-x86_64.egg
Binary file not shown.
2 changes: 1 addition & 1 deletion rdftools.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: rdftools
Version: 0.9.1
Version: 0.9.2
Summary: A ollection of RDF scripts and tools
Home-page: UNKNOWN
Author: Cosmin Basca
Expand Down
2 changes: 1 addition & 1 deletion rdftools.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ rdftools/tools/voidgen.py
rdftools/tools/voidgen_nx.py
rdftools/tools/voidgen_scala.py
rdftools/tools/jvmrdftools/__init__.py
rdftools/tools/jvmrdftools/lib/jvmrdftools-assembly-0.1.1.jar
rdftools/tools/jvmrdftools/lib/jvmrdftools-assembly-0.1.2.jar
2 changes: 1 addition & 1 deletion rdftools/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = 'basca'

version = (0, 9, 1)
version = (0, 9, 2)
str_version = '.'.join(['%s' % v for v in version])
Binary file not shown.

0 comments on commit bccf3ff

Please sign in to comment.