PyAiNetwork 0.1.5__tar.gz → 0.1.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAiNetwork
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A simple Python library for creating neural networks
5
5
  Author: eyes-studio
6
6
  License: MIT
@@ -239,3 +239,7 @@ Future versions may include:
239
239
  MIT License
240
240
 
241
241
  Copyright (c) 2026 Eyes Studio
242
+
243
+ # GitHub
244
+
245
+ https://github.com/eyes-studio/PyAiNetwork
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAiNetwork
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A simple Python library for creating neural networks
5
5
  Author: eyes-studio
6
6
  License: MIT
@@ -239,3 +239,7 @@ Future versions may include:
239
239
  MIT License
240
240
 
241
241
  Copyright (c) 2026 Eyes Studio
242
+
243
+ # GitHub
244
+
245
+ https://github.com/eyes-studio/PyAiNetwork
@@ -227,4 +227,8 @@ Future versions may include:
227
227
 
228
228
  MIT License
229
229
 
230
- Copyright (c) 2026 Eyes Studio
230
+ Copyright (c) 2026 Eyes Studio
231
+
232
+ # GitHub
233
+
234
+ https://github.com/eyes-studio/PyAiNetwork
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "PyAiNetwork"
8
- version = "0.1.5"
8
+ version = "0.1.7"
9
9
  description = "A simple Python library for creating neural networks"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.8"
File without changes
File without changes