changeset 515:8e73f6e80242

release 0.1.0 Ignore-this: d8176b1d00777747f431c40155fd4a6c
author drewp@bigasterisk.com
date Mon, 22 Apr 2019 23:31:29 -0700
parents 495f573af4f4
children 108e02248dd8
files lib/patchablegraph/setup.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py	Mon Apr 22 23:29:19 2019 -0700
+++ b/lib/patchablegraph/setup.py	Mon Apr 22 23:31:29 2019 -0700
@@ -2,7 +2,7 @@
  
 setup(
     name='patchablegraph',
-    version='0.0.0',
+    version='0.1.0',
     packages=['patchablegraph'],
     package_dir={'patchablegraph': ''},
     requires=[
@@ -11,11 +11,11 @@
         'rdflib-jsonld>=0.3',
         'git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales',
         
-        'https://projects.bigasterisk.com/rdfdb/rdfdb-0.8.0.tar.gz',
+        'https://projects.bigasterisk.com/rdfdb/rdfdb-0.1.0.tar.gz',
         'https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.1.0.tar.gz',
-        'https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.3.0.tar.gz',
+        'https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.1.0.tar.gz',
     ],
-    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.0.0.tar.gz',
+    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.1.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )