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 0ae66af commit ea3ee03Copy full SHA for ea3ee03
README.rst
@@ -23,7 +23,7 @@ This is an implementation of a python3-based `Linked Data Notification <https://
23
Installing
24
----------
25
26
-``pip install py-ldplib``
+``pip install py-ldnlib``
27
28
Adding an LDN sender to your code
29
---------------------------------
setup.py
@@ -29,7 +29,7 @@ def run_tests(self):
readme = f.read()
30
31
setup(name='py-ldnlib',
32
- version='0.1.1',
+ version='0.1.2',
33
description='Python-based linked data notification libraries',
34
long_description=readme,
35
long_description_content_type="text/x-rst",
0 commit comments