Skip to content

Commit

Permalink
version bump to include .txts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Jul 16, 2024
1 parent ffcfa2f commit c5848be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI.
5. Run `flit publish` to upload it to PyPI

### Version History
* __v2.0.4__ - reintroduce stopwords
* __v2.0.3__ - version bump for automatic releases
* __v2.0.2__ - respect domain filters on Media Cloud searches
* __v2.0.1__ - more work on caching strategies
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mc-providers"
version = "2.0.3"
version = "2.0.4"
authors = [
{name = "Paige Gulley", email = "[email protected]"},
{name = "Rahul Bhargava", email = "[email protected]"},
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies = [
]

[tool.flit.sdist]
include = ["mc_providers/*.py","mc_providers/language/*.py", "mc_providers/language/*.bin" ]
include = ["mc_providers/*.py","mc_providers/language/*.py", "mc_providers/language/*.bin", "mc_providers/language/*.txt" ]

[tool.flit.module]
name = "mc_providers"

0 comments on commit c5848be

Please sign in to comment.