navigating-stories / orange-story-navigator

Add-on to the Orange3 data mining toolkit with text processing widgets from the project Navigating Stories
https://research-software-directory.org/projects/navigating-stories
Other
2 stars 2 forks source link

Add bump-my-version as a dependency #80

Closed stefsmeets closed 1 month ago

stefsmeets commented 1 month ago

Hi all, this PR sets up automatic version bumping as part of #65

This uses bump-my-version, which bumps the version according to semver:

bump-my-version bump patch
# 0.0.20 -> 0.0.21
bump-my-version bump minor
# 0.0.21 -> 0.1.0
bump-my-version bump major
# 0.1.0 -> 1.0.0

It bumps the version in all files in one go.

stefsmeets commented 1 month ago

Gentle reminder, @ThijsVroegh 😅

ThijsVroegh commented 1 month ago

@stefsmeets Thanks!! 👍 -) It's on my list

stefsmeets commented 1 month ago

You always bump first and then release to PyPI. This has never changed. PyPI will not accept duplicate versions, so you must increment the version number.

ThijsVroegh commented 4 weeks ago

Ok, thanks!