Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 723f7b7

Browse files
committed
Updated version for pypi
1 parent 11d4c16 commit 723f7b7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ History
9393
------------------
9494
* Directory-only now natural sorted.
9595

96-
9796
0.6.2 (2017-07-14)
9897
------------------
9998
* Fixed image format recognition.
99+
100+
0.6.3 (2017-07-25)
101+
------------------
102+
* Added Travis and Coveralls for testing and coverage automation
103+
* Repo went public
104+
* Python 3.x compatibility

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='pic2vec',
36-
version='0.6.2',
36+
version='0.6.3',
3737
description='Featurize images using a decapitated, pre-trained deep learning network',
3838
long_description=readme + '\n\n' + history,
3939
author='Jett Oristaglio',
@@ -49,11 +49,14 @@
4949
zip_safe=False,
5050
keywords=['image_featurizer', 'featurize', 'pic2vec'],
5151
classifiers=[
52-
'Development Status :: 2 - Pre-Alpha',
52+
'Development Status :: 3 - Alpha',
5353
'Intended Audience :: Developers',
5454
'License :: OSI Approved :: BSD License',
5555
'Natural Language :: English',
5656
'Programming Language :: Python :: 2.7',
57+
'Programming Language :: Python :: 3.4',
58+
'Programming Language :: Python :: 3.5',
59+
'Programming Language :: Python :: 3.6',
5760
],
5861
test_suite='tests',
5962
tests_require=test_requirements,

0 commit comments

Comments
 (0)