Skip to content

Commit

Permalink
Cambio numero de version para empujar a PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
capitantoto committed Jan 11, 2017
1 parent b720962 commit da9bb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydatajson/__init__.py
Expand Up @@ -7,5 +7,5 @@

__author__ = """Datos Argentina"""
__email__ = 'datos@modernizacion.gob.ar'
__version__ = '0.1.7b'
__version__ = '0.1.7c'

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name='pydatajson',
version='0.1.7b',
version='0.1.7c',
description="Paquete en python con herramientas para generar y validar metadatos de catálogos de datos en formato data.json.",
long_description=readme + '\n\n' + history,
author="Datos Argentina",
Expand Down

0 comments on commit da9bb98

Please sign in to comment.