Skip to content

Commit

Permalink
version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Mar 4, 2019
1 parent 3b59be4 commit 3f591e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## version 0.6.1 2019-03-04
## version 0.6.1/0.6.2 2019-03-04

- fix installation error (issue #114)

Expand Down
2 changes: 1 addition & 1 deletion ddf_utils/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.6.1'
__version__ = '0.6.2'

from . import (str, cli, i18n, io, patch, qa, transformer, factory)
from ddf_utils.model.package import DataPackage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

version = "0.6.1"
version = "0.6.2"

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (version, version))
Expand Down

0 comments on commit 3f591e2

Please sign in to comment.