Skip to content

Commit e0b1792

Browse files
aaronsteersjatinyadav-cc
authored andcommitted
AirbyteLib: Release 0.1.0 (airbytehq#35184)
1 parent 3942932 commit e0b1792

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

airbyte-lib/README.md

+1
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 |

airbyte-lib/pyproject.toml

+1-1
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 <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "airbyte_lib"}]

0 commit comments

Comments
 (0)