Skip to content

Commit

Permalink
ci: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullJaX committed May 4, 2024
1 parent d48931f commit cee0aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```bash
pip install ezrest
# Or by providing specific version:
pip install ezrest==0.2.0
pip install ezrest==0.3.0
```

## Usage <!-- {docsify-ignore} -->
Expand Down
2 changes: 1 addition & 1 deletion ezrest/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit cee0aa2

Please sign in to comment.