Skip to content

Commit aef0705

Browse files
author
Alexandre Krispin
committed
Update version
1 parent 3a2d7b2 commit aef0705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "harbor-api-client"
3-
version = "2.7.5"
3+
version = "2.7.6"
44
description = "Client for the Harbor API"
55
authors = ["Vadim Bauer <[email protected]>", "Alexandre Krispin <[email protected]>"]
66
keywords = ["Swagger", "Harbor API"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "harbor_client"
17-
VERSION = "2.7.5"
17+
VERSION = "2.7.6"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)