Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvil committed Apr 13, 2020
1 parent 495cc07 commit e96fec1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools.dist import Distribution


VERSION = '0.3.0'
VERSION = '0.4.0'
DESCRIPTION = 'Haste: a fast, simple, and open RNN library.'
AUTHOR = 'LMNT, Inc.'
AUTHOR_EMAIL = '[email protected]'
Expand All @@ -31,9 +31,10 @@
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit e96fec1

Please sign in to comment.