Skip to content

Commit 05762b7

Browse files
authored
AirbyteLib: Release 0.1.0 (#35184)
1 parent 200dd0c commit 05762b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ For a more lightweight check, the `--validate-install-only` flag can be used. Th
104104

105105
| Version | PR | Description |
106106
| ----------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
107+
| 0.1.0 | [#35184](https://github.com/airbytehq/airbyte/pull/35184) | Beta Release 0.1.0 |
107108
| 0.1.0dev.2 | [#34111](https://github.com/airbytehq/airbyte/pull/34111) | Initial publish - add publish workflow |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "airbyte-lib"
33
description = "AirbyteLib"
4-
version = "0.1.0dev.2"
4+
version = "0.1.0"
55
authors = ["Airbyte <contact@airbyte.io>"]
66
readme = "README.md"
77
packages = [{include = "airbyte_lib"}]

0 commit comments

Comments
 (0)