File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ After which you can add these changes and commit again. Note that failing pre-co
5656
5757Releases to PyPi are handled via Github Actions and GitHub tags. Once changes have been merged to master:
5858
59- 1 . Update the version in mapbox_tilesets/ __ init __ .py
59+ 1 . Update the version in ` pyproject.toml `
60602 . Update the changelog
61613 . Commit changes to ** your branch** . For example ` git commit -am '0.2.0' && git push origin HEAD `
62624 . Get a review and merge your changes to master.
Original file line number Diff line number Diff line change 55try :
66 __version__ = _pkg_version ("mapbox-tilesets" )
77except PackageNotFoundError :
8- __version__ = "0.0.0"
8+ # Fallback for development mode
9+ __version__ = "0.0.0.dev"
You can’t perform that action at this time.
0 commit comments