Skip to content

Commit 6a80063

Browse files
authored
Merge pull request #74 from Appsilon/update-pypi-bundle
bump version v0.1.2 -> v0.1.3
2 parents 0d39879 + 56b62e1 commit 6a80063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shiny_semantic"
7-
version = "v0.1.2"
7+
version = "v0.1.3"
88
description = "Semantic UI components in Shiny for Python"
99
readme = "README.md"
1010
authors = [
@@ -27,7 +27,7 @@ dev = ["black", "isort", "flake8", "pre-commit", "bumpver"]
2727
GitHub = "https://github.com/Appsilon/py_shiny_semantic"
2828

2929
[tool.bumpver]
30-
current_version = "v0.1.2"
30+
current_version = "v0.1.3"
3131
version_pattern = "vMAJOR.MINOR.PATCH"
3232
commit_message = "bump version {old_version} -> {new_version}"
3333
commit = true

shiny_semantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Public exports from the package
22
__all__ = ("page_semantic",)
3-
__version__ = "v0.1.2"
3+
__version__ = "v0.1.3"
44

55
from .page import page_semantic

0 commit comments

Comments
 (0)