diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-20 11:20:36 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-20 11:20:36 -0500 |
commit | cba2937fc898ca82f0748bcd8fbac655e3edf68c (patch) | |
tree | 4a14f14388741bc3f79b23428266c58e706ba1be | |
parent | ad1487517467b4866b8e0572a9cf13604dcd0f2a (diff) | |
download | dotfiles-cba2937fc898ca82f0748bcd8fbac655e3edf68c.tar.gz dotfiles-cba2937fc898ca82f0748bcd8fbac655e3edf68c.tar.bz2 dotfiles-cba2937fc898ca82f0748bcd8fbac655e3edf68c.zip |
Bump version to 0.9.dev0 in preparation for 1.0
-rw-r--r-- | dotfiles/__init__.py | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 8ead4c9..b5ef1c7 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -1 +1,12 @@ -__version__ = '0.7.dev0' +""" + dotfiles + ~~~~~~~~ + + Dotfiles is a tool to make managing your dotfile symlinks in $HOME easy, + allowing you to keep all your dotfiles in a single directory. + + :copyright: (c) 2011-2016 by Jon Bernard. + :license: ISC, see LICENSE.rst for more details. +""" + +__version__ = '0.9.dev0' |