Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haijeploeg authored Nov 16, 2021
1 parent 8a5a7b6 commit c9a81d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excludarr/core/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from cement.utils.version import get_version as cement_get_version

VERSION = (0, 2, 0, "final", 0)
VERSION = (0, 2, 1, "final", 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit c9a81d3

Please sign in to comment.