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

Commit

Permalink
Updated version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
joristaglio committed Jul 25, 2017
1 parent 11d4c16 commit 723f7b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ History
------------------
* Directory-only now natural sorted.


0.6.2 (2017-07-14)
------------------
* Fixed image format recognition.

0.6.3 (2017-07-25)
------------------
* Added Travis and Coveralls for testing and coverage automation
* Repo went public
* Python 3.x compatibility
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='pic2vec',
version='0.6.2',
version='0.6.3',
description='Featurize images using a decapitated, pre-trained deep learning network',
long_description=readme + '\n\n' + history,
author='Jett Oristaglio',
Expand All @@ -49,11 +49,14 @@
zip_safe=False,
keywords=['image_featurizer', 'featurize', 'pic2vec'],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
test_suite='tests',
tests_require=test_requirements,
Expand Down

0 comments on commit 723f7b7

Please sign in to comment.