Skip to content

Commit d08a8df

Browse files
committed
* Added instructions for publishing new version.
1 parent c077d31 commit d08a8df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ with SwimClient() as swim_client:
7171
##### Building package distribution
7272
1) Install build package: `pip install build`
7373
2) Run: `python -m build`
74+
##### Releasing a new version
75+
1) Add version tag: `git tag VERSION (e.g. 0.1.0)`
76+
2) Push to remote: `git push origin VERSION`

0 commit comments

Comments
 (0)