Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Sep 30, 2022
1 parent 445bce7 commit 56a892f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ For more details on type mapping, see [Type Mapping](##Type Mapping).
### Installation
You can install `py-typescript-generator` via `pip`, currently only from Github:
```shell
pip install git+https://github.com/Latios96/py-typescript-generator.git@v0.2.0
pip install git+https://github.com/Latios96/py-typescript-generator.git@v0.2.1
```
or if you are using poetry:
```shell
poetry add git+ssh://git@github.com:Latios96/py-typescript-generator.git#v0.2.0
poetry add git+ssh://git@github.com:Latios96/py-typescript-generator.git#v0.2.1
```
### Invocation
`py-typescript-generator` is invoked by a custom Python Script, which is placed in your project. Note that `py-typescript-generator` needs to import your classes, so make sure all your imported dependencies are available when generating your types.
Expand Down
2 changes: 1 addition & 1 deletion py_typescript_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
TypeGenerationPipelineBuilder,
)

__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-typescript-generator"
version = "0.2.0"
version = "0.2.1"
description = "Generate TypeScript types from Python classes"
authors = ["Jan Honsbrok <jan.honsbrok@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 56a892f

Please sign in to comment.