Skip to content

Commit

Permalink
0.0.6
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 9d4a237 commit a85be15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



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

### Fix

* fix: add upload to gh artifacts ([`9d4a237`](https://github.com/benjiemc/PythonPDB/commit/9d4a237add60af0a3747cd7f117940643ecc2b2a))

### Unknown

* Remove unused option ([`6cac1d2`](https://github.com/benjiemc/PythonPDB/commit/6cac1d2cf2e6c3dbb51857ca58d430ff72c7f7de))


## v0.0.5 (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.5"
version = "0.0.6"
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.5'
__version__ = '0.0.6'

0 comments on commit a85be15

Please sign in to comment.