Skip to content

Commit eda4f77

Browse files
committed
Bump version to 0.5.2
1 parent 72c1747 commit eda4f77

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

pyproject.toml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools]
6+
packages = ["json_log_formatter"]
57

68
[project]
79
name = "JSON-log-formatter"
8-
description = 'JSON log formatter'
10+
version = "0.5.2"
11+
description = "JSON log formatter"
12+
readme = "README.rst"
13+
requires-python = ">=2.7"
14+
license = {text = "MIT"}
915
authors = [
1016
{name = "Marsel Mavletkulov", email = "[email protected]"},
1117
]
12-
readme = "README.rst"
13-
version = '0.5.1'
14-
license = {text = "MIT"}
1518
classifiers=[
16-
'License :: OSI Approved :: MIT License',
17-
'Intended Audience :: Developers',
18-
'Operating System :: OS Independent',
19-
'Programming Language :: Python',
20-
'Programming Language :: Python :: 2',
21-
'Programming Language :: Python :: 3',
22-
'Topic :: Software Development :: Libraries :: Python Modules'
19+
"License :: OSI Approved :: MIT License",
20+
"Intended Audience :: Developers",
21+
"Operating System :: OS Independent",
22+
"Programming Language :: Python",
23+
"Programming Language :: Python :: 2",
24+
"Programming Language :: Python :: 3",
25+
"Topic :: Software Development :: Libraries :: Python Modules"
2326
]
2427

25-
[tool.setuptools]
26-
packages = ["json_log_formatter"]
28+
[project.urls]
29+
repository = "https://github.com/marselester/json-log-formatter"

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='0.5.1',
5+
version='0.5.2',
66
license='MIT',
77
packages=['json_log_formatter'],
88
author='Marsel Mavletkulov',

0 commit comments

Comments
 (0)