1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🏥Source GitLab: fix version in pyproject.toml (#35627)

This commit is contained in:
Anton Karpets
2024-02-26 15:54:28 +02:00
committed by GitHub
parent 7c11ea74a5
commit 11bd88269e

View File

@@ -3,9 +3,9 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.1.2"
version = "3.0.0"
name = "source-gitlab"
description = "Source implementation for Gitlab."
description = "Source implementation for GitLab."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "MIT"
readme = "README.md"