Skip to content

Commit 3f17009

Browse files
authored
Bump version again to add Python 3.7 support (#238)
1 parent f3566d7 commit 3f17009

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def run(self):
120120
'Programming Language :: Python',
121121
'Programming Language :: Python :: 3',
122122
'Programming Language :: Python :: 3.6',
123+
'Programming Language :: Python :: 3.7',
123124
'Programming Language :: Python :: Implementation :: CPython',
124125
'Programming Language :: Python :: Implementation :: PyPy',
125126
'Topic :: Software Development :: Compilers'

src/basilisp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 1, "dev3")
1+
VERSION = (0, 1, "dev4")
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)