Skip to content

Commit

Permalink
[chore]: Set VERSION to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javidjms committed Nov 20, 2019
1 parent 46488f6 commit d35a276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ License

`MIT <LICENSE.txt>`__

.. |pypi version| image:: https://img.shields.io/badge/pypi-1.1.1-blue
.. |pypi version| image:: https://img.shields.io/badge/pypi-1.1.2-blue
:target: https://pypi.org/project/influxable/
.. |build status| image:: https://img.shields.io/badge/build-passing-green
.. |code coverage| image:: https://img.shields.io/badge/coverage-100-green
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = '1.1.1'
VERSION = '1.1.2'

with open('requirements.txt', 'r') as f:
requirements = [x.strip() for x in f if x.strip()]
Expand All @@ -18,7 +18,7 @@
author='Javid Mougamadou',
author_email='javidjms0@gmail.com',
url='https://github.com/Javidjms/influxable',
download_url='https://github.com/Javidjms/influxable/archive/1.1.1.zip',
download_url='https://github.com/Javidjms/influxable/archive/1.1.2.zip',
keywords=['python', 'influxdb', 'odm', 'orm', 'driver', 'client'],
entry_points={
'console_scripts': ['influxable=influxable.command_line:main'],
Expand Down

0 comments on commit d35a276

Please sign in to comment.