mini-imggen-numpy-lib 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/PKG-INFO +1 -1
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/PKG-INFO +1 -1
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/setup.py +1 -1
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/README.md +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/SOURCES.txt +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/dependency_links.txt +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/requires.txt +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/top_level.txt +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/pyproject.toml +0 -0
- {mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mini_imggen_numpy_lib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A lightweight educational Python library for toy image & text generation using NumPy only.
|
5
5
|
Home-page: https://github.com/Leo62-glitch/mini_imggen_numpy_lib
|
6
6
|
Author: Léo
|
{mini_imggen_numpy_lib-0.1.0 → mini_imggen_numpy_lib-0.1.1}/mini_imggen_numpy_lib.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mini_imggen_numpy_lib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A lightweight educational Python library for toy image & text generation using NumPy only.
|
5
5
|
Home-page: https://github.com/Leo62-glitch/mini_imggen_numpy_lib
|
6
6
|
Author: Léo
|
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|
3
3
|
|
4
4
|
setup(
|
5
5
|
name="mini_imggen_numpy_lib",
|
6
|
-
version="0.1.
|
6
|
+
version="0.1.1",
|
7
7
|
description="A lightweight educational Python library for toy image & text generation using NumPy only.",
|
8
8
|
author="Léo",
|
9
9
|
url="https://github.com/Leo62-glitch/mini_imggen_numpy_lib",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|