Skip to content

Commit

Permalink
Update version to 0.4.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Jul 1, 2022
1 parent 3a1029b commit 1827cae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Tom Augspurger"

# The full version, including alpha/beta/rc tags
release = "0.4.0"
release = "0.4.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kbatch-proxy/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[metadata]
name = kbatch-proxy
version = 0.4.0
version = 0.4.1
description = Proxy batch job requests to kubernetes.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion kbatch/kbatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ._backend import make_job, make_cronjob


__version__ = "0.4.0"
__version__ = "0.4.1"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion kbatch/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[metadata]
name = kbatch
version = 0.4.0
version = 0.4.1
description = Submit batch jobs to Kubernetes.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1827cae

Please sign in to comment.