Skip to content

Commit 0278d7e

Browse files
committed
update 1.8.4
1 parent dc152ae commit 0278d7e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# **XulbuX**
1+
# **xulbux**
22

33
[![](https://img.shields.io/pypi/v/xulbux?labelColor=404560&color=7075FF)](https://pypi.org/project/xulbux) [![](https://img.shields.io/pepy/dt/xulbux?labelColor=404560&color=7075FF)](https://clickpy.clickhouse.com/dashboard/xulbux) [![](https://img.shields.io/github/license/XulbuX/PythonLibraryXulbuX?labelColor=405555&color=70FFEE)](https://github.com/XulbuX/PythonLibraryXulbuX/blob/main/LICENSE) [![](https://img.shields.io/github/last-commit/XulbuX/PythonLibraryXulbuX?labelColor=554045&color=FF6065)](https://github.com/XulbuX/PythonLibraryXulbuX/commits) [![](https://img.shields.io/github/issues/XulbuX/PythonLibraryXulbuX?labelColor=554045&color=FF6065)](https://github.com/XulbuX/PythonLibraryXulbuX/issues)
44

5-
**XulbuX** is a library that contains many useful classes, types, and functions,
5+
**`xulbux`** is a library that contains many useful classes, types, and functions,
66
ranging from console logging and working with colors to file management and system operations.
77
The library is designed to simplify common programming tasks and improve code readability through its collection of tools.
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "xulbux"
7-
version = "1.8.3"
7+
version = "1.8.4"
88
authors = [{ name = "XulbuX", email = "xulbux.real@gmail.com" }]
99
maintainers = [{ name = "XulbuX", email = "xulbux.real@gmail.com" }]
1010
description = "A Python library which includes lots of helpful classes, types, and functions aiming to make common programming tasks simpler."

src/xulbux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.8.3"
1+
__version__ = "1.8.4"
22

33
__author__ = "XulbuX"
44
__email__ = "xulbux.real@gmail.com"

0 commit comments

Comments
 (0)