We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5abca8 commit 816c60dCopy full SHA for 816c60d
ratchada_utils/__init__.py
@@ -1,4 +1,4 @@
1
-# RATCHADA_UTILS: PROCESSOR PACKAGE
+# RATCHADA_UTILS
2
#
3
# COPYRIGHT (C) 2024 RATCHADA UTILS PROJECT
4
# AUTHOR: TM-BEST-CHOKULKET
setup.py
@@ -23,7 +23,7 @@ def parse_requirements(filename):
23
24
setup(
25
name="ratchada_utils",
26
- version="2.2.4",
+ version="2.2.5",
27
packages=find_packages(include=["ratchada_utils", "ratchada_utils.*"]),
28
package_data={
29
"ratchada_utils.processor": ["*.json", "*.py"],
0 commit comments