Skip to content

Commit 8fc991f

Browse files
committed
[version] bump to 0.18.0
1 parent 68d8943 commit 8fc991f

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.17.0'
1+
__version__ = '0.18.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.17.0'
5+
assert __version__ == '0.18.0'

0 commit comments

Comments
 (0)