Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 050e92d

Browse files
utkubekciuelmalioglu
authored andcommitted
VersionUpdate :: for pip package
1 parent 1e5aae8 commit 050e92d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ if __name__ == "__main__":
124124
main()
125125
```
126126

127-
First the _JotformAPIClient_ class is included from the _jotform-api-python/jotForm.py_ file. This class provides access to JotForm's API. You have to create an API client instance with your API key.
127+
First the _JotformAPIClient_ class is included from the _jotform-api-python/jotform.py_ file. This class provides access to JotForm's API. You have to create an API client instance with your API key.
128128
In case of an exception (wrong authentication etc.), you can catch it or let it fail with a fatal error.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="jotform",
55
url='http://api.jotform.com/docs/',
6-
version='1.1',
6+
version='1.2',
77
description='JotForm API - Python Client',
88
author='JotForm',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)