Skip to content

Commit 3de9fdd

Browse files
committed
Version 0.1.2
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent ff09347 commit 3de9fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cf_remote/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def print_version_info():
14-
print("cf-remote version 0.1.1")
14+
print("cf-remote version 0.1.2")
1515
print("Available CFEngine versions:")
1616
releases = Releases()
1717
print(releases)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cf-remote",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Northern.tech, Inc.",
1010
author_email="contact@northern.tech",
1111
description="Tooling to deploy CFEngine (and much more)",

0 commit comments

Comments
 (0)