Skip to content

Commit e2f893c

Browse files
author
Lev Rubel
committed
corrected version + fixed RST rendering on pypi
1 parent f079633 commit e2f893c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

HISTORY.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
=======
21
History
3-
=======
2+
=================
43

54
0.1.1 (2019-03-16)
65
------------------

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ A Python package for interacting with the Identix.one API
1717
* Free software: MIT license
1818
* Documentation: https://identixone-python.readthedocs.io/
1919
* Current supported most recent API version: **1.9.1**
20+
* Current stable package version: **0.1.1**
2021

2122

2223
Installation

identixone/__init__.py

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

33
__author__ = """Identix One"""
44
__email__ = '[email protected]'
5-
__version__ = '0.2.0'
5+
__version__ = '0.1.1'

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"Programming Language :: Python",
2727
'Programming Language :: Python :: 3.4',
2828
'Programming Language :: Python :: 3.5',
29-
'Programming Language :: Python :: 3.6',
30-
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.6'
3130
],
3231
description="A Python package for interacting with the Identix.one API",
3332
install_requires=requirements,
@@ -40,7 +39,7 @@
4039
setup_requires=setup_requirements,
4140
test_suite='tests',
4241
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',
4544
zip_safe=False,
4645
)

0 commit comments

Comments
 (0)