Skip to content

Commit dc4b252

Browse files
version 1.0.2
1 parent 548bbc0 commit dc4b252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build_files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- build: `python setup.py sdist bdist_wheel`
1919
- test upload to test.pypi.org: `python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*`
20-
- to install from test: `pip install --index-url https://test.pypi.org/simple/ python-utilities-jsm`
20+
- to install from test: `pip install --index-url https://test.pypi.org/simple/python-utilities-jsm`
2121
- if all works OK, upload to pypi.org: `python3 -m twine upload dist/*`
2222
- install using pip and test: `pip install python-utilities-jsm`
2323

build_files/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python-utilities-jsm", # Replace with your own username
8-
version="1.0.1",
8+
version="1.0.2",
99
author="Jonathan Morgan",
1010
author_email="jonathan.morgan.007@gmail.com",
1111
description="Myriad python utilities.",

0 commit comments

Comments
 (0)