Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jun 9, 2020
1 parent 22ad890 commit bde1d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name=name,
version='0.2.2',
version='0.2.3',
description='Simple JavaScript interpreter for Python',
long_description=README,
keywords='javascript compiler babeljs jsx coffeescript typescript',
Expand Down Expand Up @@ -64,10 +64,10 @@
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 2.7',
'Programming Language :: JavaScript',
],
Expand Down

0 comments on commit bde1d08

Please sign in to comment.