Skip to content

Commit 7b15ab3

Browse files
committed
Bump version to 1.1.1
1 parent c0e1ffb commit 7b15ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["json_log_formatter"]
77

88
[project]
99
name = "JSON-log-formatter"
10-
version = "1.1"
10+
version = "1.1.1"
1111
description = "JSON log formatter"
1212
readme = "README.rst"
1313
requires-python = ">=3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='JSON-log-formatter',
5-
version='1.1',
5+
version='1.1.1',
66
license='MIT',
77
packages=['json_log_formatter'],
88
author='Marsel Mavletkulov',

0 commit comments

Comments
 (0)