Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Jan 3, 2024
1 parent 87b02bd commit 205f672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.3
VERSION := 1.2

NAME := DeepCAVE
PACKAGE_NAME := deepcave
Expand Down Expand Up @@ -42,7 +42,7 @@ MYPY ?= mypy
PRECOMMIT ?= pre-commit
FLAKE8 ?= flake8

install:
install:
$(PIP) install -e .

install-dev:
Expand Down Expand Up @@ -115,7 +115,7 @@ build:
# This is done to prevent accidental publishing but provide the same conveniences
publish: clean build
read -p "Did you update the version number in Makefile and deepcave/__init__.py?"

$(PIP) install twine
$(PYTHON) -m twine upload --repository testpypi ${DIST}/*
@echo
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.3"
version = "1.2"

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

0 comments on commit 205f672

Please sign in to comment.