Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorres committed Nov 4, 2022
1 parent c9291f0 commit 7481a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oneup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
`oneup` is a CLI tool to check for dependency updates for Python.
"""

__version__ = '0.1.6'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion tests/test_oneup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.6'
assert __version__ == '0.2.0'

0 comments on commit 7481a89

Please sign in to comment.