Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Apr 23, 2024
1 parent c07e446 commit 1ed7aca
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.4.0"
version = "0.4.1"
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.4.0,<0.5"],
version="0.4.0",
install_requires=["voila>=0.4.1,<0.5"],
version="0.4.1",
include_package_data=True,
author="Daniel Guerrero Machado",
author_email="[email protected]",
Expand Down

0 comments on commit 1ed7aca

Please sign in to comment.