Skip to content

Commit

Permalink
馃彞Source GitHub: fix version in pyproject.toml (airbytehq#35625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Karpets authored and jatinyadav-cc committed Feb 26, 2024
1 parent 98464fe commit 6e98afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-github/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 = "1.6.2"
version = "1.6.3"
name = "source-github"
description = "Source implementation for Github."
description = "Source implementation for GitHub."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 6e98afd

Please sign in to comment.