summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-28 23:28:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-28 23:28:33 +0100
commit1f17217d4dab23a384db1be8c591835376633abb (patch)
tree5ab372e872b0f177719bb03aacdf57cfe57a5458 /setup.py
parent4f0e2862f30197c3f267bbe6b84cee184669908c (diff)
downloadtaler-util-1f17217d4dab23a384db1be8c591835376633abb.tar.gz
taler-util-1f17217d4dab23a384db1be8c591835376633abb.tar.bz2
taler-util-1f17217d4dab23a384db1be8c591835376633abb.zip
bump version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6794a14..4964270 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 GNUnet e.V.
+# Copyright (C) 2019, 2020 Taler Systems SA
#
# This code is derived from code contributed to GNUnet e.V.
# by ng0 <ng0@n0.is>
@@ -25,7 +25,7 @@ with open('README', 'r') as f:
setup(
name='taler-util',
- version='0.6.4',
+ version='0.8.0',
license='LGPL3+',
platforms='any',
author='Taler Systems SA',