Skip to content

Commit 69318d6

Browse files
committed
Version 1.1.3
1 parent 5556bda commit 69318d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "py-sarvcrm-api"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
description = "Simple sarvcrm api module"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

sarvcrm_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.2'
1+
__version__ = '1.1.3'
22
__letter__ = 'v'
33

44
def get_version():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='py-sarvcrm-api',
5-
version='1.1.2',
5+
version='1.1.3',
66
license="MIT",
77
description='simple sarvcrm api module',
88
author='hmohammad',

0 commit comments

Comments
 (0)