diff --git a/rbmotd/rbmotd/__init__.py b/rbmotd/rbmotd/__init__.py index 142b8e9..782fd51 100644 --- a/rbmotd/rbmotd/__init__.py +++ b/rbmotd/rbmotd/__init__.py @@ -7,7 +7,7 @@ # # (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released) # -VERSION = (1, 0, 0, 0, 'final', 0, True) +VERSION = (1, 0, 1, 0, 'alpha', 0, False) def get_version_string():