Skip to content

Commit f0158b5

Browse files
committed
1.1.1
Automatically generated by python-semantic-release
1 parent 6066a3f commit f0158b5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
<!--start-docs-->
44

55

6+
## Version 1.1.1
7+
8+
Released 17-02-2025
9+
10+
### Bug Fixes
11+
12+
* [`6066a3f`](https://github.com/mtrocadomoreira/ozzy/commit/6066a3fc3dd7bfe8a5dac1413713bc1bce42abe7): Update package dependencies so that package works with python 3.13
13+
14+
15+
16+
17+
18+
19+
620
## Version 1.1.0
721

822
Released 17-02-2025

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ozzy-pic"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "PIC simulation data analysis for the lazy and impatient"
99
authors = [
1010
"Mariana Moreira <[email protected]>",

src/ozzy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
]
1515

1616

17-
__version__ = "1.1.0"
17+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)