File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed
Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.1 "
2+ "." : " 0.1.0-alpha.2 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 228
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-93bed74b07499c4150b58296e09ef29a6430bbcb0bbfe43fe4822d4442aea2ad.yml
33openapi_spec_hash : 6a9812343eab85c2b9191e56768f933b
4- config_hash : 613578f16be9adefe1a3221934359363
4+ config_hash : 9d4b96e2d062330f65e1757c505ce46b
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.2 (2025-05-06)
4+
5+ Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/G-Core/gcore-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
6+
7+ ### Documentation
8+
9+ * enable pypi publishing ([ 6fd398f] ( https://github.com/G-Core/gcore-python/commit/6fd398f307673c521d41acef7ee6833977d8b108 ) )
10+
311## 0.1.0-alpha.1 (2025-05-06)
412
513Full Changelog: [ v0.0.1-alpha.0...v0.1.0-alpha.1] ( https://github.com/G-Core/gcore-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1 )
Original file line number Diff line number Diff line change @@ -15,13 +15,10 @@ The REST API documentation can be found on [api.gcore.com](https://api.gcore.com
1515## Installation
1616
1717``` sh
18- # install from the production repo
19- pip install git+ssh://git@github.com/G-Core/gcore-python.git
18+ # install from PyPI
19+ pip install --pre gcore
2020```
2121
22- > [ !NOTE]
23- > Once this package is [ published to PyPI] ( https://app.stainless.com/docs/guides/publish ) , this will become: ` pip install --pre gcore `
24-
2522## Usage
2623
2724The full API of this library can be found in [ api.md] ( api.md ) .
Original file line number Diff line number Diff line change 11[project ]
22name = " gcore"
3- version = " 0.1.0-alpha.1 "
3+ version = " 0.1.0-alpha.2 "
44description = " The official Python library for the gcore API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "gcore"
4- __version__ = "0.1.0-alpha.1 " # x-release-please-version
4+ __version__ = "0.1.0-alpha.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments