pyerualjetwork 2.6.8__tar.gz → 2.6.9__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.
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/PKG-INFO +1 -1
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/plan/plan.py +0 -1
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/setup.py +1 -1
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/plan/__init__.py +0 -0
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.6.8 → pyerualjetwork-2.6.9}/setup.cfg +0 -0
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "2.6.
|
8
|
+
version = "2.6.9",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= "Visual improvements, new option added for val paramater in fit function: 'final'. Removed: val_count parameter.",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|