smemhack 5.11.1__tar.gz → 5.11.3__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.11.1
3
+ Version: 5.11.3
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
5
  Author: Dickily
6
6
  Author-email: dickilyyiu@gmail.com
@@ -55,10 +55,14 @@ Upgraded the backup compare system
55
55
 
56
56
  Now it will auto upgrade the program
57
57
 
58
- # What is new in version 5.10
58
+ **What is new in version 5.10**
59
59
 
60
60
  Updated the code so that it will fit everybody's computer
61
61
 
62
+ # What is new in version 5.11
63
+
64
+ Now it will auto restart after the package is upgraded
65
+
62
66
  **How to Use it:**
63
67
 
64
68
  copy the code i give in the last of this discription and change the new_word_number to the number of new word you have entered
@@ -32,10 +32,14 @@ Upgraded the backup compare system
32
32
 
33
33
  Now it will auto upgrade the program
34
34
 
35
- # What is new in version 5.10
35
+ **What is new in version 5.10**
36
36
 
37
37
  Updated the code so that it will fit everybody's computer
38
38
 
39
+ # What is new in version 5.11
40
+
41
+ Now it will auto restart after the package is upgraded
42
+
39
43
  **How to Use it:**
40
44
 
41
45
  copy the code i give in the last of this discription and change the new_word_number to the number of new word you have entered
@@ -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.11.1",
9
+ version="5.11.3",
10
10
  packages=find_packages(),
11
11
  install_requires=[
12
12
  "tensorflow>=2.8.0", # Require TensorFlow version 2.8.0 or newer
@@ -0,0 +1,2 @@
1
+ from .main import *
2
+ __version__="5.11.3"
@@ -27,7 +27,7 @@ def hack(number):
27
27
  exit()
28
28
  def package_version():
29
29
  current_ver=pkg_resources.get_distribution("smemhack").version
30
- if current_ver != 5.11:
30
+ if current_ver != 5.11.3:
31
31
  os.system("pip install --upgrade smemhack")
32
32
  os.system("py -m pip install --upgrade smemhack")
33
33
  restart()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.11.1
3
+ Version: 5.11.3
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
5
  Author: Dickily
6
6
  Author-email: dickilyyiu@gmail.com
@@ -55,10 +55,14 @@ Upgraded the backup compare system
55
55
 
56
56
  Now it will auto upgrade the program
57
57
 
58
- # What is new in version 5.10
58
+ **What is new in version 5.10**
59
59
 
60
60
  Updated the code so that it will fit everybody's computer
61
61
 
62
+ # What is new in version 5.11
63
+
64
+ Now it will auto restart after the package is upgraded
65
+
62
66
  **How to Use it:**
63
67
 
64
68
  copy the code i give in the last of this discription and change the new_word_number to the number of new word you have entered
@@ -1,2 +0,0 @@
1
- from .main import *
2
- __version__="5.11.1"
File without changes
File without changes