smemhack 5.1__tar.gz → 5.2__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.1
2
2
  Name: smemhack
3
- Version: 5.1
3
+ Version: 5.2
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
5
  Home-page: UNKNOWN
6
6
  Author: Dickily
@@ -9,7 +9,6 @@ License: Proprietary
9
9
  Description: # smemhack
10
10
 
11
11
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
12
- version: 5.1
13
12
  What is inside:
14
13
 
15
14
  1.auto train ai to finish solidmemory
@@ -1,7 +1,6 @@
1
1
  # smemhack
2
2
 
3
3
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
4
- version: 5.1
5
4
  What is inside:
6
5
 
7
6
  1.auto train ai to finish solidmemory
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as f:
6
6
 
7
7
  setup(
8
8
  name="smemhack",
9
- version="5.1",
9
+ version="5.2",
10
10
  packages=find_packages(),
11
11
  install_requires=[
12
12
  "tensorflow",
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.1"
2
+ __version__="5.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.1
3
+ Version: 5.2
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
5
  Home-page: UNKNOWN
6
6
  Author: Dickily
@@ -9,7 +9,6 @@ License: Proprietary
9
9
  Description: # smemhack
10
10
 
11
11
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
12
- version: 5.1
13
12
  What is inside:
14
13
 
15
14
  1.auto train ai to finish solidmemory
File without changes
File without changes
File without changes