Skip to content

Commit a7a4439

Browse files
committed
Bump version 0.2.2 → 0.2.3
1 parent fc51f6a commit a7a4439

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Codacy grade](https://img.shields.io/codacy/grade/bff08a94e4d447b690cea49c6594826d?label=Code%20Quality&logo=codacy)](https://app.codacy.com/gh/nirsimetri/onvif-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
66
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/nirsimetri/onvif-python)
7-
[![PyPI](https://img.shields.io/badge/PyPI-0.2.2-orange?logo=archive)](https://pypi.org/project/onvif-python/)
7+
[![PyPI](https://img.shields.io/badge/PyPI-0.2.3-orange?logo=archive)](https://pypi.org/project/onvif-python/)
88
[![Downloads](https://img.shields.io/pypi/dm/onvif-python?label=Downloads&color=red)](https://clickpy.clickhouse.com/dashboard/onvif-python)
99
<br>
1010
[![Build](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml)
@@ -48,7 +48,7 @@ This library simplifies that process by wrapping SOAP communication into a clean
4848

4949
From official [PyPI](https://pypi.org/project/onvif-python/):
5050
```bash
51-
pip install onvif-python
51+
pip install --upgrade onvif-python
5252
```
5353
Or clone this repository and install locally:
5454
```bash
@@ -313,7 +313,7 @@ usage: onvif [-h] [--host HOST] [--port PORT] [--username USERNAME] [--password
313313
[--no-verify] [--no-patch] [--interactive] [--debug] [--wsdl WSDL] [--cache {all,db,mem,none}] [--health-check-interval HEALTH_CHECK_INTERVAL] [--version]
314314
[service] [method] [params ...]
315315

316-
ONVIF Terminal Client — v0.2.2
316+
ONVIF Terminal Client — v0.2.3
317317
https://github.com/nirsimetri/onvif-python
318318

319319
positional arguments:
@@ -386,7 +386,7 @@ Examples:
386386
<summary><b>2. Interactive Shell</b></summary>
387387

388388
```bash
389-
ONVIF Interactive Shell — v0.2.2
389+
ONVIF Interactive Shell — v0.2.3
390390
https://github.com/nirsimetri/onvif-python
391391

392392
Basic Commands:

README_ID.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Codacy grade](https://img.shields.io/codacy/grade/bff08a94e4d447b690cea49c6594826d?label=Code%20Quality&logo=codacy)](https://app.codacy.com/gh/nirsimetri/onvif-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
66
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/nirsimetri/onvif-python)
7-
[![PyPI](https://img.shields.io/badge/PyPI-0.2.2-orange?logo=archive)](https://pypi.org/project/onvif-python/)
7+
[![PyPI](https://img.shields.io/badge/PyPI-0.2.3-orange?logo=archive)](https://pypi.org/project/onvif-python/)
88
[![Downloads](https://img.shields.io/pypi/dm/onvif-python?label=Downloads&color=red)](https://clickpy.clickhouse.com/dashboard/onvif-python)
99
<br>
1010
[![Build](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml)
@@ -48,7 +48,7 @@ Pustaka ini menyederhanakan proses tersebut dengan membungkus komunikasi SOAP ke
4848

4949
Dari [PyPI](https://pypi.org/project/onvif-python/) resmi:
5050
```bash
51-
pip install onvif-python
51+
pip install --upgrade onvif-python
5252
```
5353
Atau klon repositori ini dan instal secara lokal:
5454
```bash
@@ -313,7 +313,7 @@ usage: onvif [-h] [--host HOST] [--port PORT] [--username USERNAME] [--password
313313
[--no-verify] [--no-patch] [--interactive] [--debug] [--wsdl WSDL] [--cache {all,db,mem,none}] [--health-check-interval HEALTH_CHECK_INTERVAL] [--version]
314314
[service] [method] [params ...]
315315

316-
ONVIF Terminal Client — v0.2.2
316+
ONVIF Terminal Client — v0.2.3
317317
https://github.com/nirsimetri/onvif-python
318318

319319
positional arguments:
@@ -387,7 +387,7 @@ Examples:
387387

388388

389389
```bash
390-
ONVIF Interactive Shell — v0.2.2
390+
ONVIF Interactive Shell — v0.2.3
391391
https://github.com/nirsimetri/onvif-python
392392

393393
Basic Commands:

onvif/cli/interactive.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

onvif/cli/main.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "onvif-python"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "A modern Python library for ONVIF-compliant devices"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)