Skip to content

Commit

Permalink
chore: bump version to 1.2.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Oct 6, 2024
1 parent 8dd666c commit 0302d75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ ruff check # running linter

Contributions are welcome! Feel free to add features, fix bugs, or improve documentation via pull requests.

## Publishing to PyPi

To deploy `pactus-sdk` and create a release, tag the new version and push it to GitHub.

```bash
git tag -s -a v1.x.y -m "Version 1.x.y"
```

After publishing, make sure to update the version number in `setup.py`.

## License

This project is licensed under the [MIT License](./LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description = fh.read()

NAME = "pactus-sdk"
VERSION = "1.1.0"
VERSION = "1.2.0"
AUTHOR = "Pactus Development Team"
AUTHOR_EMAIL = "info@pactus.org"
DESCRIPTION = "Pactus Development Kit"
Expand Down

0 comments on commit 0302d75

Please sign in to comment.