Skip to content

Commit

Permalink
馃彞Source GitLab: fix version in pyproject.toml (#35627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Karpets committed Feb 26, 2024
1 parent 7c11ea7 commit 11bd882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11bd882

Please sign in to comment.