wkutils 0.0.2__tar.gz → 0.0.4__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.
- {wkutils-0.0.2 → wkutils-0.0.4}/PKG-INFO +1 -1
- {wkutils-0.0.2 → wkutils-0.0.4}/setup.py +1 -1
- wkutils-0.0.4/wkutils/__init__.py +0 -0
- wkutils-0.0.2/wkutils/wkutils.py → wkutils-0.0.4/wkutils/my_utilities.py +0 -1
- {wkutils-0.0.2 → wkutils-0.0.4}/wkutils.egg-info/PKG-INFO +1 -1
- {wkutils-0.0.2 → wkutils-0.0.4}/wkutils.egg-info/SOURCES.txt +1 -1
- wkutils-0.0.2/wkutils/__init__.py +0 -3
- {wkutils-0.0.2 → wkutils-0.0.4}/README.md +0 -0
- {wkutils-0.0.2 → wkutils-0.0.4}/setup.cfg +0 -0
- {wkutils-0.0.2 → wkutils-0.0.4}/wkutils.egg-info/dependency_links.txt +0 -0
- {wkutils-0.0.2 → wkutils-0.0.4}/wkutils.egg-info/requires.txt +0 -0
- {wkutils-0.0.2 → wkutils-0.0.4}/wkutils.egg-info/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
import codecs
|
|
3
3
|
import os
|
|
4
4
|
|
|
5
|
-
VERSION = '0.0.
|
|
5
|
+
VERSION = '0.0.4'
|
|
6
6
|
DESCRIPTION = 'Useful utilities for python'
|
|
7
7
|
LONG_DESCRIPTION = 'A package that contains a bunch of useful utilities I have collected over the years'
|
|
8
8
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|