Skip to content

Commit cb8616b

Browse files
authored
Bump version to 0.1.dev1 (#172)
1 parent 46fe8fb commit cb8616b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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, "dev0")
1+
VERSION = (0, 1, "dev1")
22

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def run(self):
118118
'Programming Language :: Python',
119119
'Programming Language :: Python :: 3',
120120
'Programming Language :: Python :: 3.6',
121+
'Programming Language :: Python :: 3.7',
121122
'Programming Language :: Python :: Implementation :: CPython',
122123
'Programming Language :: Python :: Implementation :: PyPy',
123124
'Topic :: Software Development :: Compilers'

0 commit comments

Comments
 (0)