Skip to content

Commit

Permalink
envkernel: version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Jul 19, 2022
1 parent 0ddc86e commit 253c927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logging.lastResort.setLevel(logging.DEBUG)


version_info = (1, 1, 0, 'dev0')
version_info = (1, 1, 0,) # 'dev0')
__version__ = '.'.join(str(x) for x in version_info)

KNOWN_KERNELS = {
Expand Down

0 comments on commit 253c927

Please sign in to comment.