summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa4293a..ee71b1f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: dist
# is found here: https://reproducible-builds.org/docs/source-date-epoch/
#
.PHONY: dist
-dist:
+dist: gana
$(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
.PHONY: gana
diff --git a/setup.py b/setup.py
index 734fd05..50bead5 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ with open('README', 'r') as f:
setup(
name='taler-util',
- version='0.8.0',
+ version='0.8.1',
license='LGPL3+',
platforms='any',
author='Taler Systems SA',