diff --git a/pyproject.toml b/pyproject.toml index aa1f982..874e531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "gomc-rest" -version = "0.1.1" +version = "0.1.2" description = "Talk to Mitsubishi PLCs from Python over the MC protocol via a bundled, auto-launched gomc-rest server — with optional REST API exposure." readme = "README.md" requires-python = ">=3.10" diff --git a/src/gomc_rest/__init__.py b/src/gomc_rest/__init__.py index f2e35f5..1d52e24 100644 --- a/src/gomc_rest/__init__.py +++ b/src/gomc_rest/__init__.py @@ -31,7 +31,7 @@ from ._server import Server -__version__ = "0.1.1" +__version__ = "0.1.2" def launch(