Skip to content

Commit

Permalink
Bump patch to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben1152000 committed Jan 17, 2022
1 parent 4145e9e commit 7790035
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions PACKAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

## Instructions for how to update the version of the sootty package of PyPI:

1) Update the version number in `setup.py`.
2) Run this command to package the new version into the `dist` directory:

<!-- -->

python3 setup.py sdist bdist_wheel


3) Run to check that the package contains the correct files:

<!-- -->

tar tzf dist/sootty-<version>.tar.gz

4) Run to check whether the package will correctly render to PyPI:

<!-- -->

twine check dist/*

5) Upload the newly created files to PyPI:

<!-- well hey there sailor! don't delete these comments because they actually affect the markdown rendering :-) -->

twine upload dist/sootty-<version>.tar.gz dist/sootty-<version>-py3-none-any.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name='sootty',
version='0.2.2',
version='0.2.3',
description='Displays vcd files to the command line.',
long_description=README,
packages=setuptools.find_packages(exclude=("tests",)),
Expand Down

0 comments on commit 7790035

Please sign in to comment.