Skip to content

Commit

Permalink
Update version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrancon committed Feb 12, 2021
1 parent 1a9bc7d commit f1c20f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
from setuptools import setup, find_packages

LIBRARY_VERSION = '1.1.5'
LIBRARY_VERSION = '1.1.6'

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 6)
Expand Down

0 comments on commit f1c20f6

Please sign in to comment.