Skip to content

Commit ea3ee03

Browse files
committed
Fix installation instructions
1 parent 0ae66af commit ea3ee03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is an implementation of a python3-based `Linked Data Notification <https://
2323
Installing
2424
----------
2525

26-
``pip install py-ldplib``
26+
``pip install py-ldnlib``
2727

2828
Adding an LDN sender to your code
2929
---------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_tests(self):
2929
readme = f.read()
3030

3131
setup(name='py-ldnlib',
32-
version='0.1.1',
32+
version='0.1.2',
3333
description='Python-based linked data notification libraries',
3434
long_description=readme,
3535
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)