Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 13, 2024
1 parent 65c7549 commit 7ce3ba0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
<!--start-docs-->


## Version 1.0.6

Released 13-11-2024

### Bug Fixes

* [`65c7549`](https://github.com/mtrocadomoreira/ozzy/commit/65c7549571e5130dac7656eb055d854ea936e4b8): Expression with double quotes inside double quotes was throwing an error for python 3.10







## Version 1.0.5

Released 13-11-2024
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "ozzy-pic"
version = "1.0.5"
version = "1.0.6"
description = "PIC simulation data analysis for the lazy and impatient"
authors = [
"Mariana Moreira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/ozzy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
]


__version__ = "1.0.5"
__version__ = "1.0.6"

0 comments on commit 7ce3ba0

Please sign in to comment.