Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Jan 27, 2021
1 parent 5d3ea67 commit ff09347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf_remote/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def print_version_info():
print("cf-remote version 0.1 (BETA)")
print("cf-remote version 0.1.1")
print("Available CFEngine versions:")
releases = Releases()
print(releases)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cf-remote",
version="0.1.0",
version="0.1.1",
author="Northern.tech, Inc.",
author_email="[email protected]",
description="Tooling to deploy CFEngine (and much more)",
Expand Down

0 comments on commit ff09347

Please sign in to comment.