File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- =======
2
1
History
3
- =======
2
+ =================
4
3
5
4
0.1.1 (2019-03-16)
6
5
------------------
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ A Python package for interacting with the Identix.one API
17
17
* Free software: MIT license
18
18
* Documentation: https://identixone-python.readthedocs.io/
19
19
* Current supported most recent API version: **1.9.1 **
20
+ * Current stable package version: **0.1.1 **
20
21
21
22
22
23
Installation
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Identix One"""
4
4
5
- __version__ = '0.2.0 '
5
+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change 26
26
"Programming Language :: Python" ,
27
27
'Programming Language :: Python :: 3.4' ,
28
28
'Programming Language :: Python :: 3.5' ,
29
- 'Programming Language :: Python :: 3.6' ,
30
- 'Programming Language :: Python :: 3.7' ,
29
+ 'Programming Language :: Python :: 3.6'
31
30
],
32
31
description = "A Python package for interacting with the Identix.one API" ,
33
32
install_requires = requirements ,
40
39
setup_requires = setup_requirements ,
41
40
test_suite = 'tests' ,
42
41
tests_require = test_requirements ,
43
- url = 'https://github.com/identixone/identixone' ,
44
- version = '0.2.0 ' ,
42
+ url = 'https://github.com/identixone/identixone-python ' ,
43
+ version = '0.1.1 ' ,
45
44
zip_safe = False ,
46
45
)
You can’t perform that action at this time.
0 commit comments