We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5556bda commit 69318d6Copy full SHA for 69318d6
3 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "py-sarvcrm-api"
7
-version = "1.1.2"
+version = "1.1.3"
8
description = "Simple sarvcrm api module"
9
readme = "README.md"
10
license = { file = "LICENSE" }
sarvcrm_api/__version__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.1.2'
+__version__ = '1.1.3'
2
__letter__ = 'v'
3
def get_version():
setup.py
@@ -2,7 +2,7 @@
setup(
name='py-sarvcrm-api',
- version='1.1.2',
+ version='1.1.3',
license="MIT",
description='simple sarvcrm api module',
author='hmohammad',
0 commit comments