Add a new feature and create new release
Overview
Teaching: 1 min
Exercises: 1 minQuestions
How do I publish a new version of my package?
Objectives
Increase version number.
Create new release.
Now that you have published a first version of your package you might want to edit it and publish a new version:
- Add new feature
- Create
WIP
issue, branch and pull request (TODO, Tim?)
- Create
- Increase the version number in
setup.py
0.0.1
>0.0.2
- Push to GitHub
- Create a new release
- Got to the 🏷️ Releases tab
- Click on Create a new release
- Provide the same version as used in
setup.py
Key Points
Just do not mess up the version number change.