Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 15, 2023
1 parent da83ce8 commit d9c9070
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.0.5 (2023-12-15)

### Fix

* fix: missing src/ path ([`da83ce8`](https://github.com/benjiemc/PythonPDB/commit/da83ce82a0ab99180fc3e2a206cdc26f97bec6ee))

* fix: semantic versioning variables ([`d25c02a`](https://github.com/benjiemc/PythonPDB/commit/d25c02acd06d1d317b73a7d445fd0e73b38d20e0))


## v0.0.4 (2023-12-15)

### Fix
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 = "setuptools.build_meta"

[project]
name = "python_pdb"
version = "0.0.4"
version = "0.0.5"
authors = [
{ name="Benjamin McMaster", email="[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/python_pdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit d9c9070

Please sign in to comment.