diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-06-04 19:16:57 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-06-04 19:16:57 -0400 |
commit | 3b8a0024df391e005e5c4dfd224bda5263e69858 (patch) | |
tree | d86f8604e9a8daaa01822e07ec9212633dbae7a4 | |
parent | 120794b41fcfec0cd92ac67cbec7bf37f90e72e9 (diff) | |
parent | 173cf389d50a9d7b8c22eadb722ada2bbbad3ee5 (diff) | |
download | dotfiles-3b8a0024df391e005e5c4dfd224bda5263e69858.tar.gz dotfiles-3b8a0024df391e005e5c4dfd224bda5263e69858.tar.bz2 dotfiles-3b8a0024df391e005e5c4dfd224bda5263e69858.zip |
Merge branch 'release/0.2.0' into develop
-rw-r--r-- | dotfiles/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index cc4a822..0390200 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -3,6 +3,6 @@ import cli from core import * -__version__ = '0.1.0' +__version__ = '0.2.0' __all__ = ['cli', 'core'] |