Bump version 1.1.0 -> 1.1.1

Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleskei Chetaev 2023-02-07 21:38:40 +01:00 committed by Aleksey Chetaev
parent f04ca55cde
commit 0b42dbaab1
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ repos:
rev: 22.8.0
hooks:
- id: black
language_version: python3.9
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:

View File

@ -46,7 +46,7 @@ To setup development environment for `neofs-testlib`, please, take the following
1. Prepare virtualenv
```shell
$ virtualenv --python=python3.9 venv
$ virtualenv --python=python3.10 venv
$ source venv/bin/activate
```

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "neofs-testlib"
version = "1.0.0"
version = "1.1.1"
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system"
readme = "README.md"
authors = [{ name = "NSPCC", email = "info@nspcc.ru" }]
@ -45,10 +45,10 @@ line_length = 100
[tool.black]
line-length = 100
target-version = ["py39"]
target-version = ["py310"]
[tool.bumpver]
current_version = "1.0.0"
current_version = "1.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true

View File

@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.1"