Skip to content

Commit

Permalink
new version, fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Apr 10, 2024
1 parent fd8c06b commit 0b31c25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ If you're the sort of person who likes making your tags manually (like Allison):

1. First, update the version number in pyproject.toml.

2. Create a tag and push it to master:
2. Create a tag and push it to main:

```shell
git tag v0.10.3
git push origin master --tags
git push origin main --tags
```

Creating the tag will [run the release workflow](https://github.com/mongodb/mut/blob/master/.github/workflows/release.yml),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'

[tool.poetry]
name = 'mut'
version = '0.11.1'
version = '0.11.2'
description = ''
authors = ['Andrew Aldridge <i80and@foxquill.com>']
license = 'License :: OSI Approved :: Apache Software License'
Expand Down

0 comments on commit 0b31c25

Please sign in to comment.