Skip to content

Commit

Permalink
Bump version / CI test (#126)
Browse files Browse the repository at this point in the history
* Update _version.py

* Bump version
  • Loading branch information
Knio authored Apr 13, 2021
1 parent af29814 commit c546442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynmea2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.17.0'
__version__ = '1.18.0'
2 changes: 1 addition & 1 deletion test/test_pynmea.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def test_version():
version = '1.17.0'
version = '1.18.0'
assert pynmea2.version == version
assert pynmea2.__version__ == version

Expand Down

0 comments on commit c546442

Please sign in to comment.