Compare commits

..

8 Commits

4 changed files with 3 additions and 10 deletions
-7
View File
@@ -1,12 +1,5 @@
# 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.4"
__version__ = "1.0.3"
# --- required modules ---
from custom_lib import my_file_config
+1 -1
View File
@@ -109,4 +109,4 @@ custom_lib/
## Version
### v1.0.4
### v1.0.3
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "custom_lib"
version = "1.0.4"
version = "1.0.3"
description = "My Custom Python Library"
requires-python = ">=3.9"