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:
parent
9b508f94a1
commit
cd205e12ae
@ -1,3 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 53.0.0", "wheel"]
|
||||
requires = ["setuptools >= 58.0.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
@ -5,7 +5,7 @@ all-files=True
|
||||
|
||||
[metadata]
|
||||
name = firebird-qa
|
||||
version = 0.1.0
|
||||
version = 0.2.0
|
||||
description = pytest plugin for Firebird QA
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst; charset=UTF-8
|
||||
@ -37,9 +37,9 @@ classifiers =
|
||||
zip_safe = True
|
||||
python_requires = >=3.8, <4
|
||||
install_requires =
|
||||
firebird-base>=0.6.0
|
||||
firebird-driver>=0.8.0
|
||||
pytest>=6.2.0
|
||||
firebird-base>=1.3.0
|
||||
firebird-driver>=1.3.2
|
||||
pytest>=6.2.5
|
||||
packages = find_namespace:
|
||||
|
||||
[options.packages.find]
|
||||
|
Loading…
Reference in New Issue
Block a user