changeset 76:48c79343bc15

Update version
author Amine Sehili <amine.sehili@gmail.com>
date Wed, 19 Sep 2018 22:19:24 +0200
parents 25d479e4ddb2
children 373d4784ffcb
files .pre-commit-config.yaml auditok/__init__.py
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.pre-commit-config.yaml	Sat Sep 15 13:48:45 2018 +0200
+++ b/.pre-commit-config.yaml	Wed Sep 19 22:19:24 2018 +0200
@@ -1,6 +1,7 @@
 
+repos:
 - repo: git://github.com/pre-commit/mirrors-autopep8
-  sha: 575d256007455a3fdf2a6198de7d8168874d89d2
+  rev: v1.4
   hooks:
   - id: autopep8
     args: ['-i', '--max-line-length=130']
--- a/auditok/__init__.py	Sat Sep 15 13:48:45 2018 +0200
+++ b/auditok/__init__.py	Wed Sep 19 22:19:24 2018 +0200
@@ -16,6 +16,4 @@
 from . import dataset
 from .exceptions import *
 
-__version__ = "0.1.6"
-
-
+__version__ = "0.1.7"