Skip to content

Commit e96fec1

Browse files
committed
Bump version to 0.4.0.
1 parent 495cc07 commit e96fec1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools.dist import Distribution
2020

2121

22-
VERSION = '0.3.0'
22+
VERSION = '0.4.0'
2323
DESCRIPTION = 'Haste: a fast, simple, and open RNN library.'
2424
AUTHOR = 'LMNT, Inc.'
2525
AUTHOR_EMAIL = 'haste@lmnt.com'
@@ -31,9 +31,10 @@
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',

0 commit comments

Comments
 (0)