Skip to content

Commit e72e05b

Browse files
author
Immanuel Bayer
committed
bump minor version
1 parent 9bcdeeb commit e72e05b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ipyannotator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ipyannotator"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "The infinitely hackable annotation framework"
55
authors = ["palaimon.io <oss@mail.palaimon.io>"]
66
license = "Apache License 2.0"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Palaimon
99
author_email = oss@mail.palaimon.io
1010
copyright = Palaimon GmbH
1111
branch = master
12-
version = 0.5.1
12+
version = 0.5.2
1313
min_python = 3.7
1414
audience = Developers
1515
language = English

0 commit comments

Comments
 (0)