Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd18a69862 | |||
| ca5d0a1b6e | |||
| be1ed37f65 | |||
| 1381575476 | |||
| c4ad6bed2e | |||
| 1736992a79 | |||
| d7b8fef42f | |||
| f77fd3d6c9 |
@@ -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
@@ -1,4 +1,4 @@
|
||||
__version__ = "1.0.4"
|
||||
__version__ = "1.0.3"
|
||||
|
||||
# --- required modules ---
|
||||
from custom_lib import my_file_config
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user