Skip to content

Commit 2a1feba

Browse files
committed
Version 1.4.0
1 parent 2e3edcd commit 2a1feba

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.3.3"
7+
version = "1.4.0"
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.3.3'
1+
__version__ = '1.4.0'
22

33
def get_version():
44
return __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.3.3',
5+
version='1.4.0',
66
license="MIT",
77
description='simple sarvcrm api module',
88
author='hmohammad',

0 commit comments

Comments
 (0)