Skip to content

Commit af13fb7

Browse files
committed
Update Version Number
1 parent b74eed1 commit af13fb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
## Bug-Fixes
44
- Fixed configuration footprint for Mac platforms
5+
- fix bug in plots
56

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

1011
## Quality of Life
1112
- Improve documentation on installation for Mac platforms
12-
-
13+
1314
## General Layout
1415
- Fix navigation and button problems in general layout.
1516
- Change general layout to be more intuitive.

deepcave/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Source Code": "https://github.com/automl/deepcave",
4545
}
4646
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
47-
version = "1.3.2"
47+
version = "1.3.3"
4848

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

0 commit comments

Comments
 (0)