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 99e4033 commit 6923f85Copy full SHA for 6923f85
README.md
@@ -12,8 +12,8 @@ pip install noid
12
```
13
or from source with
14
15
-pip install git+git@github.com:paulkorir/noid.git # SSH
16
-pip install git+https://github.com/paulkorir/noid.git # HTTPS
+pip install git+git@github.com:emdb-empiar/noid.git # SSH
+pip install git+https://github.com/emdb-empiar/noid.git # HTTPS
17
18
19
## CLI Usage
setup.py
@@ -3,7 +3,7 @@
3
with open("README.md", "r") as fh:
4
long_description = fh.read()
5
6
-NOID_VERSION = "1.1.2"
+NOID_VERSION = "1.1.3"
7
8
if __name__ == "__main__":
9
setuptools.setup(
0 commit comments