Version up to 1.0.4
- CHANGELOG.md - Custom_Lib.py - pyproject.toml - README.md
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
__version__ = "1.0.3"
|
||||
__version__ = "1.0.4"
|
||||
|
||||
# --- required modules ---
|
||||
from custom_lib import my_file_config
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user