Skip to content

Commit

Permalink
Merge branch 'release/0.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dperezrada committed Dec 16, 2016
2 parents bfbc707 + 45f04c1 commit 76d4dca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from setuptools import setup, find_packages
import sys, os

version = '0.1.1'
version = '0.1.2'

setup(name='poliglo',
version=version,
description="Python client for poliglo (https://github.com/dperezrada/poliglo)",
long_description="""\
""",
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='',
author='Daniel P\xc3\xa9rez Rada',
author_email='dperezrada@gmail.com',
Expand Down

0 comments on commit 76d4dca

Please sign in to comment.