Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
setting the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Jun 21, 2011
1 parent 736edec commit ab5392a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinitd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

g_open_loggers = []

Version = "0.1"
Version = "1.0RC1"

def find_true():
cmds = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'bresnaha'

Version = "0.1rc3"
Version = "1.0rc1"

if float("%d.%d" % sys.version_info[:2]) < 2.5:
sys.stderr.write("Your Python version %d.%d.%d is not supported.\n" % sys.version_info[:3])
Expand Down

0 comments on commit ab5392a

Please sign in to comment.