Skip to content

Commit

Permalink
Update Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Feb 11, 2025
1 parent b74eed1 commit af13fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Bug-Fixes
- Fixed configuration footprint for Mac platforms
- fix bug in plots

## Converters
- Add for each converter a method to check whether a run is valid.
- Change rst docs of converters.

## Quality of Life
- Improve documentation on installation for Mac platforms
-

## General Layout
- Fix navigation and button problems in general layout.
- Change general layout to be more intuitive.
Expand Down
2 changes: 1 addition & 1 deletion deepcave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Source Code": "https://github.com/automl/deepcave",
}
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
version = "1.3.2"
version = "1.3.3"

_exec_file = sys.argv[0]
_exec_files = ["server.py", "worker.py", "sphinx-build"]
Expand Down

0 comments on commit af13fb7

Please sign in to comment.