hellosailb 2.0.0b69__tar.gz → 2.0.0b70__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: hellosailb
3
- Version: 2.0.0b69
3
+ Version: 2.0.0b70
4
4
  Summary: Python programming language
5
5
  Author: Sailesh
6
6
  Author-email: test@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: hellosailb
3
- Version: 2.0.0b69
3
+ Version: 2.0.0b70
4
4
  Summary: Python programming language
5
5
  Author: Sailesh
6
6
  Author-email: test@gmail.com
@@ -5,7 +5,7 @@ import sys
5
5
 
6
6
  if sys.version_info < (3, 8):
7
7
  raise RuntimeError("requires Python 3.8+")
8
- current_version = '2.0.0b69'
8
+ current_version = '2.0.0b70'
9
9
 
10
10
  setup(
11
11
  name='hellosailb',
File without changes