Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulley committed Jun 28, 2023
1 parent d91d54a commit 3fb020d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Distribution
This is setup to automatically publish new releases to PyPi via GitHub Actions:

1. Run `pytest` to make sure all the test pass
2. Update the version number in `metadata-lib/__init__.py`
2. Update the version number in `mcmetadata/__init__.py`
3. Make a brief note in the version history section below about the changes
4. Commit the changes
5. Tag the commit with a semantic version number - 'v*.*.*'
Expand All @@ -72,6 +72,7 @@ When adding new tests, re-run 'scripts/get-test-web-content.py'
Version History
---------------

* __v0.9.4__: Updated requirements to use faust-cchardet for py >3.9 support
* __v0.9.3__: Updated content extractor dependencies, added py.typing for typing support
* __v0.9.2__: fixed a bug related to title regex matching
* __v0.9.1__: better support for some non-US government domains
Expand Down
2 changes: 1 addition & 1 deletion mcmetadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import languages
from . import dates

__version__ = "0.9.3"
__version__ = "0.9.4"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 3fb020d

Please sign in to comment.