Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorres committed Aug 29, 2023
1 parent ebb804e commit 92d7ac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oneup"
version = "0.2.1"
version = "0.3.0"
description = "A CLI tool to check for dependency updates for Python, in Python"
authors = ["Andrés Ignacio Torres <[email protected]>"]
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_oneup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_version():
Tests that the oneup module is set to the correct version
"""

assert __version__ == "0.2.1"
assert __version__ == "0.3.0"

0 comments on commit 92d7ac6

Please sign in to comment.