This repository was archived by the owner on Jun 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,12 @@ History
93
93
------------------
94
94
* Directory-only now natural sorted.
95
95
96
-
97
96
0.6.2 (2017-07-14)
98
97
------------------
99
98
* 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
Original file line number Diff line number Diff line change 33
33
34
34
setup (
35
35
name = 'pic2vec' ,
36
- version = '0.6.2 ' ,
36
+ version = '0.6.3 ' ,
37
37
description = 'Featurize images using a decapitated, pre-trained deep learning network' ,
38
38
long_description = readme + '\n \n ' + history ,
39
39
author = 'Jett Oristaglio' ,
49
49
zip_safe = False ,
50
50
keywords = ['image_featurizer' , 'featurize' , 'pic2vec' ],
51
51
classifiers = [
52
- 'Development Status :: 2 - Pre- Alpha' ,
52
+ 'Development Status :: 3 - Alpha' ,
53
53
'Intended Audience :: Developers' ,
54
54
'License :: OSI Approved :: BSD License' ,
55
55
'Natural Language :: English' ,
56
56
'Programming Language :: Python :: 2.7' ,
57
+ 'Programming Language :: Python :: 3.4' ,
58
+ 'Programming Language :: Python :: 3.5' ,
59
+ 'Programming Language :: Python :: 3.6' ,
57
60
],
58
61
test_suite = 'tests' ,
59
62
tests_require = test_requirements ,
You can’t perform that action at this time.
0 commit comments