Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkarlsson committed Jan 16, 2024
1 parent 8d0bb8a commit 495cbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caringcaribou/caringcaribou.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pkg_resources


VERSION = "0.4"
VERSION = "0.5"


def show_script_header():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from setuptools import find_packages, setup

version = "0.4"
version = "0.5"
dl_version = "master" if "dev" in version else "v{}".format(version)

print(r"""-----------------------------------
Expand Down

0 comments on commit 495cbc7

Please sign in to comment.