Skip to content
Snippets Groups Projects
Commit d1ec3af5 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'release' into 'main'

bump version to 1.0.0rc1

See merge request !110
parents 75753e39 b50b60e2
1 merge request!110bump version to 1.0.0rc1
Pipeline #214669 passed
# CHANGELOG.md
## (unreleased)
## Unreleased
## 1.0.0
## 0.4.0
......
......@@ -23,8 +23,8 @@ package_dir=
packages=find:
python_requires = >=3.6
install_requires =
ewokscore >=0.14.0
pypushflow >=0.7.0
ewokscore >=1.0.0
pypushflow >=1.0.0
[options.packages.find]
where=src
......
from .bindings import execute_graph # noqa: F401
__version__ = "0.4.0"
__version__ = "1.0.0rc1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment