Skip to content

Commit

Permalink
release v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Jul 22, 2024
1 parent 9e73dae commit a36ca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion milan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a36ca11

Please sign in to comment.