changeset 18:fc8fc22ba833

version 0.6.0 Ignore-this: 7a6c65c54b2520d5ec8bb818d1611941
author drewp@bigasterisk.com
date Sun, 28 Oct 2018 11:09:38 +0000
parents 3cec69d2e609
children 96269a017fa8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Oct 28 11:08:23 2018 +0000
+++ b/setup.py	Sun Oct 28 11:09:38 2018 +0000
@@ -2,7 +2,7 @@
  
 setup(
     name='rdfdb',
-    version='0.5.0',
+    version='0.6.0',
     packages=find_packages(),
     install_requires=[
         'rdflib',