Skip to content

Commit 477a062

Browse files
committed
v1.0.3
1 parent 4e01e2a commit 477a062

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "klib"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Customized data preprocessing functions for frequent tasks."
55
authors = ["Andreas Kanz <[email protected]>"]
66
license = "MIT"
@@ -36,9 +36,6 @@ reorder-python-imports = "^3.8.2"
3636
requires = ["poetry-core>=1.0.0"]
3737
build-backend = "poetry.core.masonry.api"
3838

39-
classifiers = ["Operating System :: OS Independent"]
40-
41-
4239
[tool.black]
4340
target_version = ['py37', 'py38', 'py39', 'py310']
4441

src/klib/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Current version of klib"""
2-
__version__ = "1.0.2"
2+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)