Skip to content

Commit 765c079

Browse files
committed
Updated docs a bit, and pushed version in toml file
1 parent fc9c2c0 commit 765c079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-generator"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Openapi Python Generator"
55
authors = ["Marco Müllner <[email protected]>"]
66
license = "MIT"

src/openapi_python_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""The hypermodern Python project."""
1+
"""Python client from an OPENAPI 3.0 specification in seconds."""
22
try:
33
from importlib.metadata import version, PackageNotFoundError # type: ignore
44
except ImportError: # pragma: no cover

0 commit comments

Comments
 (0)