From 69dcd8c65a8a503c6471db39888366f261bd5630 Mon Sep 17 00:00:00 2001 From: Florent Messa Date: Mon, 1 Jul 2019 15:10:28 +0200 Subject: [PATCH] chore: bump --- linguist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linguist/__init__.py b/linguist/__init__.py index 3d0f19e..35d29e1 100644 --- a/linguist/__init__.py +++ b/linguist/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -version = (0, 4, 1) +version = (0, 4, 2) __version__ = ".".join(map(str, version))