Skip to content

Commit 385f266

Browse files
committed
Bump version to 1.5.2
1 parent f63f310 commit 385f266

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "platform_utils"
7-
version = "1.5.1"
7+
version = "1.5.2"
88
authors = [
99
{name = "Christopher Toth", email = "q@q-continuum.net"},
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import io
33

4-
__version__ = '1.5.1'
4+
__version__ = '1.5.2'
55

66

77
setup(

0 commit comments

Comments
 (0)