Skip to content

Commit

Permalink
fix PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Feb 27, 2020
1 parent b39139f commit 7747fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deploy:
user: "__token__"
on:
tags: true
python: 3.6
distributions: "sdist bdist_wheel"
skip_existing: true
password:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 7747fc2

Please sign in to comment.