File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919from setuptools .dist import Distribution
2020
2121
22- VERSION = '0.3 .0'
22+ VERSION = '0.4 .0'
2323DESCRIPTION = 'Haste: a fast, simple, and open RNN library.'
2424AUTHOR = 'LMNT, Inc.'
2525AUTHOR_EMAIL = 'haste@lmnt.com'
3131 'Intended Audience :: Education' ,
3232 'Intended Audience :: Science/Research' ,
3333 'License :: OSI Approved :: Apache Software License' ,
34- 'Programming Language :: Python :: 3.4' ,
3534 'Programming Language :: Python :: 3.5' ,
3635 'Programming Language :: Python :: 3.6' ,
36+ 'Programming Language :: Python :: 3.7' ,
37+ 'Programming Language :: Python :: 3.8' ,
3738 'Topic :: Scientific/Engineering :: Mathematics' ,
3839 'Topic :: Software Development :: Libraries :: Python Modules' ,
3940 'Topic :: Software Development :: Libraries' ,
You can’t perform that action at this time.
0 commit comments