diff --git a/.cz.toml b/.cz.toml index 0ca2b81..2d31c51 100644 --- a/.cz.toml +++ b/.cz.toml @@ -3,7 +3,7 @@ changelog_file = "CHANGELOG.md" changelog_incremental = true tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "0.4.1" +version = "0.5.0" version_files = [ "setup.py" ] \ No newline at end of file diff --git a/setup.py b/setup.py index 36c40a2..e29a3f7 100644 --- a/setup.py +++ b/setup.py @@ -48,8 +48,8 @@ def run(self): name="voila-sepal-ui", description="A sepal-ui template for Voila", data_files=data_files, - install_requires=["voila>=0.4.1,<0.5"], - version="0.4.1", + install_requires=["voila>=0.5.0,<0.5"], + version="0.5.0", include_package_data=True, author="Daniel Guerrero Machado", author_email="dfgm2006@gmail.com",