Skip to content

Commit

Permalink
Version bump+ pyproject.toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Jul 24, 2024
1 parent c5848be commit bdfec46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI.
1. Bump the version number in `pyproject.toml`
2. Add a note about changes to the version history below
3. Commit the changes and tag it with a semantic version number
4. Run `flit build` to create an installation package
5. Run `flit publish` to upload it to PyPI
4. A github action will build and push the repository on committing a tagged version

### Version History
* __v2.0.5__ - Build-system in pyproject.toml
* __v2.0.4__ - reintroduce stopwords
* __v2.0.3__ - version bump for automatic releases
* __v2.0.2__ - respect domain filters on Media Cloud searches
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "mc-providers"
version = "2.0.4"
version = "2.0.5"
authors = [
{name = "Paige Gulley", email = "[email protected]"},
{name = "Rahul Bhargava", email = "[email protected]"},
Expand Down

0 comments on commit bdfec46

Please sign in to comment.