Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Apr 23, 2024
1 parent 9cd61d1 commit 479d91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
version = "0.3.0"
version_files = [
"setup.py"
]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0,<0.5"],
version="0.2.0",
install_requires=["voila>=0.3.0,<0.5"],
version="0.3.0",
include_package_data=True,
author="Daniel Guerrero Machado",
author_email="dfgm2006@gmail.com",
Expand Down

0 comments on commit 479d91f

Please sign in to comment.