Skip to content

Commit

Permalink
feat(bootstrap): add bootstrap5 support to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaAmani committed Oct 27, 2024
1 parent b36fea8 commit c4f5ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "inui"
version = "0.9"
version = "0.9.1"
description = "Powerful and Highly Customizable Python Library for UI"
readme = "README.md"
authors = [{ name = "Mohammadreza Amani", email = "more.amani@yahoo.com" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = "\n" + fh.read()


VERSION = "0.9"
VERSION = "0.9.1"

PACKAGE_NAME = "inui"
DESCRIPTION = ""
Expand Down

0 comments on commit c4f5ded

Please sign in to comment.