From 7747fc2486a712f1516fd5a1da03ae0e0a56a248 Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss Date: Thu, 27 Feb 2020 13:43:36 +0100 Subject: [PATCH] fix PyPI release --- .travis.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08c279b..d177acf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ deploy: user: "__token__" on: tags: true + python: 3.6 distributions: "sdist bdist_wheel" skip_existing: true password: diff --git a/setup.py b/setup.py index df434bf..8a97137 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flor', - version='1.1.1', + version='1.1.3', description='Flor - An efficient Bloom filter implementation in Python', author='Andreas Dewes - DCSO GmbH', author_email='andreas.dewes@dcso.de',