summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-29 22:43:03 +0100
committerMS <ms@taler.net>2021-01-29 22:43:03 +0100
commitdbc9c98523bff935abeda32cacfc3e52ca667bd6 (patch)
tree18fb5a78b10b21dd6749fa2c4bd9abd8ee70f15c
parenta1c7705cc2a8654bdf6e04cd1e4248121f64133b (diff)
downloadtaler-util-dbc9c98523bff935abeda32cacfc3e52ca667bd6.tar.gz
taler-util-dbc9c98523bff935abeda32cacfc3e52ca667bd6.tar.bz2
taler-util-dbc9c98523bff935abeda32cacfc3e52ca667bd6.zip
Bump version.
0.8.2 was already uploaded. PyPI accepts only 0.8.3.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb1333b..6814460 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ with open('README', 'r') as f:
setup(
name='taler-util',
- version='0.8.2',
+ version='0.8.3',
license='LGPL3+',
platforms='any',
author='Taler Systems SA',