Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent 20dd44e commit 2dd7eb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

## [0.3.1](https://github.com/osl-incubator/pymedx/compare/0.3.0...0.3.1) (2024-02-14)


### Bug Fixes

* solve bug in extracting date from pmc source ([#9](https://github.com/osl-incubator/pymedx/issues/9)) ([20dd44e](https://github.com/osl-incubator/pymedx/commit/20dd44ed2f650d10738310c9847c8932f919ea39))

# [0.3.0](https://github.com/osl-incubator/pymedx/compare/0.2.1...0.3.0) (2024-02-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymedx"
version = "0.3.0" # semantic-release
version = "0.3.1" # semantic-release
description = "PyMedX is a tool set for handling multimedia files."
readme = "docs/index.md"
authors = ["Gijs Wobben <[email protected]>", "Ivan Ogasawara <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pymedx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_version():
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.3.0" # semantic-release
return "0.3.1" # semantic-release


version = get_version()
Expand Down

0 comments on commit 2dd7eb3

Please sign in to comment.