From cba2937fc898ca82f0748bcd8fbac655e3edf68c Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 20 Jan 2016 11:20:36 -0500 Subject: Bump version to 0.9.dev0 in preparation for 1.0 --- dotfiles/__init__.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3