ktoolkit 0.0.1__tar.gz → 0.0.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: ktoolkit
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Home-page: https://example.com/
6
6
  Author: kolyax
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ktoolkit
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Home-page: https://example.com/
6
6
  Author: kolyax
@@ -9,7 +9,7 @@ def readme():
9
9
 
10
10
  setup(
11
11
  name='ktoolkit',
12
- version='0.0.1',
12
+ version='0.0.2',
13
13
  author='kolyax',
14
14
  author_email='example@gmail.com',
15
15
  description='This is the simplest module for quick work with files.',
File without changes
File without changes