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 f3566d7 commit 3f17009Copy full SHA for 3f17009
setup.py
@@ -120,6 +120,7 @@ def run(self):
120
'Programming Language :: Python',
121
'Programming Language :: Python :: 3',
122
'Programming Language :: Python :: 3.6',
123
+ 'Programming Language :: Python :: 3.7',
124
'Programming Language :: Python :: Implementation :: CPython',
125
'Programming Language :: Python :: Implementation :: PyPy',
126
'Topic :: Software Development :: Compilers'
src/basilisp/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 1, "dev3")
+VERSION = (0, 1, "dev4")
2
3
__version__ = '.'.join(map(str, VERSION))
0 commit comments