Skip to content

Commit 40cbfed

Browse files
author
Piotr Slupski
committed
Bump version to 0.2.1
1 parent c361f6e commit 40cbfed

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "filecloudapi-python"
4-
version = "0.2"
4+
version = "0.2.1"
55
description = "A Python library to connect to a Filecloud server"
66

77
packages = [{ include = "filecloudapi" }]
@@ -14,16 +14,15 @@ homepage = "https://pypi.org/project/filecloudapi-python"
1414
documentation = "https://filecloudapi-python.readthedocs.io"
1515
repository = "https://github.com/codelathe/filecloudapi-python"
1616

17-
keywords = [
18-
]
17+
keywords = []
1918
classifiers = [
2019
"Development Status :: 4 - Beta",
2120
"Natural Language :: English",
2221
"Operating System :: OS Independent",
2322
"Programming Language :: Python",
2423
"Programming Language :: Python :: 3",
2524
"Programming Language :: Python :: 3.11",
26-
"License :: OSI Approved :: Apache Software License"
25+
"License :: OSI Approved :: Apache Software License",
2726
]
2827

2928
[tool.poetry.dependencies]
@@ -37,15 +36,15 @@ requests = "*"
3736

3837
# Formatters
3938
black = "^22.1"
40-
tomli = "*" # missing 'black' dependency
39+
tomli = "*" # missing 'black' dependency
4140
isort = "^5.10"
4241

4342
# Linters
4443
mypy = "^1.0"
4544
pydocstyle = "^6.1"
4645
pylint = "~2.15"
4746
pylint-pytest = "*"
48-
wrapt = "*" # missing 'pylint' dependency
47+
wrapt = "*" # missing 'pylint' dependency
4948

5049
# Testing
5150
pytest = "^8.1"

0 commit comments

Comments
 (0)