Skip to content

Commit bed062e

Browse files
committed
Bump version: 0.6.7 → 0.6.8
1 parent 819322c commit bed062e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.7
2+
current_version = 0.6.8
33
commit = True
44
tag = True
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clustercron
3-
version = 0.6.7
3+
version = 0.6.8
44
author = Maarten
55
author_email = ikmaarten@gmail.com
66
description = Cron job wrapper that ensures a script gets run from one node in the cluster.

src/clustercron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = 'Maarten'
55
__email__ = 'ikmaarten@gmail.com'
6-
__version__ = '0.6.7'
6+
__version__ = '0.6.8'

0 commit comments

Comments
 (0)