ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed TestChoice: test_ was missing before the from_str test function.
[philipp/winterrodeln/wrpylib.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 06439c73161bba2acdaab4bb163d26fd4b2e40f3..734b519180feba01fcc29d9747a6483075f00d78 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-9,11
+9,10
@@
requires = [
]
setup(name='wrpylib',
- version='0.
5
.0',
+ version='0.
6
.0',
description='Winterrodeln Python Library',
author='Philipp Spitzer',
author_email='philipp.spitzer@winterrodeln.org',
install_requires = requires,
packages=['wrpylib']
)
-