Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isoteemu committed Nov 9, 2023
1 parent b540834 commit 025b2be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The supervisor's logs in your terminal should show that a `GET` request was rece
The supervisor uses [semantic versioning](https://semver.org/). The version number is defined in `host_app/_version.py` and `pyproject.toml`. Do not change the version number manually, but use the following command to bump the version number:

```bash
bump-my-version [major|minor|patch]
bump-my-version bump [major|minor|patch]
```

This will update the version number in the files and create a git commit and tag for the new version.
Expand Down
2 changes: 1 addition & 1 deletion host_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = version = '0.1.0'
__version__ = version = '0.1.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = {file = ["requirements.txt"]}
version = {attr = "host_app.__version__"}

[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1"
commit = true
tag = true

Expand Down

0 comments on commit 025b2be

Please sign in to comment.