Skip to content

Commit 4926c4e

Browse files
committed
Version 0.1.1
1 parent 3019e9e commit 4926c4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ami_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'
22

33

44
def get_version() -> str:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "py-ami-client"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Python Asterisk Management Interface Client"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [
21-
"classmods==0.3.2",
21+
"classmods==0.3.3",
2222
]
2323
requires-python = ">=3.9"
2424

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
classmods==0.3.2
1+
classmods==0.3.3
22

33
python-dotenv
44
pytest

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
setup(
44
name='py-ami-client',
5-
version='0.1.0',
5+
version='0.1.1',
66
license="MIT",
77
description='Python Asterisk Management Interface Client',
88
author='Radin-System',
99
author_email='technical@rsto.ir',
1010
url='https://github.com/Radin-System/py-ami-client',
1111
install_requires=[
12-
"classmods==0.3.2",
12+
"classmods==0.3.3",
1313
],
1414
packages=find_packages(exclude=['test', 'test.*']),
1515
include_package_data=True,

0 commit comments

Comments
 (0)