Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkarlsson committed Mar 23, 2023
1 parent 658afe6 commit 547d242
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
Expand Up @@ -9,7 +9,7 @@
import pkg_resources


VERSION = "0.4.dev0"
VERSION = "0.4"


def show_script_header():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

from setuptools import find_packages, setup

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

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

0 comments on commit 547d242

Please sign in to comment.