diff --git a/milan/__init__.py b/milan/__init__.py index 5604fd3..b00fce3 100644 --- a/milan/__init__.py +++ b/milan/__init__.py @@ -6,7 +6,7 @@ from milan.webkit import Webkit # NOQA from milan.errors import * # NOQA -VERSION = (0, 1, 3) +VERSION = (0, 1, 4) VERSION_STRING = '.'.join(str(i) for i in VERSION) BROWSER = { diff --git a/pyproject.toml b/pyproject.toml index 4d95ec5..d5c9a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] -version = "0.1.3" +version = "0.1.4" name = "milan" description = "Browser testing and capturing tool"