Skip to content

Commit

Permalink
Bumped to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarsc committed Dec 3, 2024
1 parent 71fbf69 commit 7ac064b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## Added
## Changed
## Fixed

# v0.9.3
## Fixed
- Debugger crash when using 2D nested containers
- Save to disc fails

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.9.2"
VERSION = "0.9.3"

with open("README.md", encoding="utf-8") as fh:
pypi_header = """
Expand Down

0 comments on commit 7ac064b

Please sign in to comment.