Compare commits
2 Commits
bd18a69862
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 35dd01f7fe | |||
| 85a52f2ae4 |
@@ -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