Skip to content

Commit

Permalink
Merge pull request #66 from automl/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sarah-segel authored Jul 20, 2023
2 parents 6986515 + 1debf77 commit 1851126
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.1.2

## Bug-Fixes
- Fix configspace version.

# Version 1.1.1

## Bug-Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# are usually completed in github actions.

SHELL := /bin/bash
VERSION := 1.1.1
VERSION := 1.1.2

NAME := DeepCAVE
PACKAGE_NAME := deepcave
Expand Down
2 changes: 1 addition & 1 deletion deepcave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Source Code": "https://github.com/automl/deepcave",
}
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
version = "1.1.1"
version = "1.1.2"

_exec_file = sys.argv[0]
_exec_files = ["server.py", "worker.py", "sphinx-build"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matplotlib>=3.5.1
pyyaml

# AutoML packages
ConfigSpace>=0.6.1
ConfigSpace==0.6.1
pyrfr>=0.9.0
hpbandster==0.7.4

Expand Down

0 comments on commit 1851126

Please sign in to comment.