Skip to content

Commit 6923f85

Browse files
committed
v1.1.3: bugfix to run correctly on Windows
1 parent 99e4033 commit 6923f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pip install noid
1212
```
1313
or from source with
1414
```
15-
pip install git+git@github.com:paulkorir/noid.git # SSH
16-
pip install git+https://github.com/paulkorir/noid.git # HTTPS
15+
pip install git+git@github.com:emdb-empiar/noid.git # SSH
16+
pip install git+https://github.com/emdb-empiar/noid.git # HTTPS
1717
```
1818

1919
## CLI Usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
NOID_VERSION = "1.1.2"
6+
NOID_VERSION = "1.1.3"
77

88
if __name__ == "__main__":
99
setuptools.setup(

0 commit comments

Comments
 (0)