Skip to content

Commit 6ea492e

Browse files
committed
Bump release version to 2.0.0alpha3
1 parent 525962e commit 6ea492e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Install dependencies
6-
pip install --upgrade twine
6+
pip install --upgrade twine build
77

88
# Synchronize submodules
99
git submodule update --init --recursive

dace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '2.0.0a3'

0 commit comments

Comments
 (0)