Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Mar 9, 2020
1 parent 0463547 commit 659d4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='etcd3-slim',
version='0.2.1',
version='0.2.3',
description='Thin Etcd3 client',
long_description=open('README.md').read(),
classifiers=[
Expand All @@ -30,7 +30,7 @@
'requests'
],
install_requires=[
'enum34;python_version<"3.4"',
'enum34',
'grpcio==1.20.1',
'protobuf==3.7.1',
'six'
Expand Down

0 comments on commit 659d4e1

Please sign in to comment.