Skip to content

Commit

Permalink
bump version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Aug 31, 2017
1 parent 5c03d93 commit 0ac2983
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
@@ -1 +1 @@
__version__ = '1.8.0'
__version__ = '1.9.0'
2 changes: 1 addition & 1 deletion test/test_pynmea.py
Expand Up @@ -5,7 +5,7 @@


def test_version():
version = '1.8.0'
version = '1.9.0'
assert pynmea2.version == version
assert pynmea2.__version__ == version

Expand Down

0 comments on commit 0ac2983

Please sign in to comment.