Skip to content

Commit 816c60d

Browse files
author
Zoon
committed
Fix typo
1 parent d5abca8 commit 816c60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ratchada_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RATCHADA_UTILS: PROCESSOR PACKAGE
1+
# RATCHADA_UTILS
22
#
33
# COPYRIGHT (C) 2024 RATCHADA UTILS PROJECT
44
# AUTHOR: TM-BEST-CHOKULKET

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse_requirements(filename):
2323

2424
setup(
2525
name="ratchada_utils",
26-
version="2.2.4",
26+
version="2.2.5",
2727
packages=find_packages(include=["ratchada_utils", "ratchada_utils.*"]),
2828
package_data={
2929
"ratchada_utils.processor": ["*.json", "*.py"],

0 commit comments

Comments
 (0)