[MR]Version up to 1.0.4 #14

Merged
xkrrudah merged 1 commits from develop into main 2026-05-08 14:35:59 +09:00
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## v1.0.4
- Modified if modules are not install, pass
- Moved `my_image/my_crawling.py`
- Added `__init__.py`
- Added `pyproject.toml` and `CHANGELOG/README.md`
- Modified `.gitignore`
## v1.0.3
- Added `my_crawling.py`
- Deleted `__pycache__`
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
# --- required modules ---
from custom_lib import my_file_config
+1 -1
View File
@@ -109,4 +109,4 @@ custom_lib/
## Version
### v1.0.3
### v1.0.4
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "custom_lib"
version = "1.0.3"
version = "1.0.4"
description = "My Custom Python Library"
requires-python = ">=3.9"