6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 10:50:42 +01:00

Bump version

This commit is contained in:
Pavel Císař 2021-10-21 19:28:33 +02:00
parent 9b508f94a1
commit cd205e12ae
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
[build-system] [build-system]
requires = ["setuptools >= 53.0.0", "wheel"] requires = ["setuptools >= 58.0.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

View File

@ -5,7 +5,7 @@ all-files=True
[metadata] [metadata]
name = firebird-qa name = firebird-qa
version = 0.1.0 version = 0.2.0
description = pytest plugin for Firebird QA description = pytest plugin for Firebird QA
long_description = file: README.rst long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8 long_description_content_type = text/x-rst; charset=UTF-8
@ -37,9 +37,9 @@ classifiers =
zip_safe = True zip_safe = True
python_requires = >=3.8, <4 python_requires = >=3.8, <4
install_requires = install_requires =
firebird-base>=0.6.0 firebird-base>=1.3.0
firebird-driver>=0.8.0 firebird-driver>=1.3.2
pytest>=6.2.0 pytest>=6.2.5
packages = find_namespace: packages = find_namespace:
[options.packages.find] [options.packages.find]