Skip to content

Commit e1de08b

Browse files
committed
[version] bump to 0.17.0
1 parent 07dd616 commit e1de08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microschc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.16.4'
1+
__version__ = '0.17.0'

tests/test_microschc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.16.4'
5+
assert __version__ == '0.17.0'

0 commit comments

Comments
 (0)