Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varkenvarken committed Jul 22, 2022
1 parent df879cd commit 20e9d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions PyPiNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
```bash
geany setup.py # edit version numbeer
geany setup.py # edit version number
python setup.py sdist
twine upload -r pypi dist/pylnlib-<version>.tar.gz # credentials are in ~/.pypirc
#twine upload -r pypi dist/pylnlib-<version>.tar.gz # credentials are in ~/.pypirc
twine upload dist/`ls -1 dist/ | tail -1`
rm dist/*
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pylnlib",
version="0.2.6",
version="0.3.0",
description="A library to monitor LocoNet message on a serial interface",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 20e9d82

Please sign in to comment.