We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe8fb commit cb8616bCopy full SHA for cb8616b
basilisp/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 1, "dev0")
+VERSION = (0, 1, "dev1")
2
3
__version__ = '.'.join(map(str, VERSION))
setup.py
@@ -118,6 +118,7 @@ def run(self):
118
'Programming Language :: Python',
119
'Programming Language :: Python :: 3',
120
'Programming Language :: Python :: 3.6',
121
+ 'Programming Language :: Python :: 3.7',
122
'Programming Language :: Python :: Implementation :: CPython',
123
'Programming Language :: Python :: Implementation :: PyPy',
124
'Topic :: Software Development :: Compilers'
0 commit comments