diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-10-05 19:15:13 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-10-05 19:15:13 -0400 |
commit | 731ca5b6fb3c397039b91b5716c56d51f4a31856 (patch) | |
tree | 55bf62fa5cdeafd2d65a34580548bb898762582a | |
parent | 055b0decea6066921590c17e1eb0279e2706bb69 (diff) | |
download | dotfiles-731ca5b6fb3c397039b91b5716c56d51f4a31856.tar.gz dotfiles-731ca5b6fb3c397039b91b5716c56d51f4a31856.tar.bz2 dotfiles-731ca5b6fb3c397039b91b5716c56d51f4a31856.zip |
Bump version number for version 0.4.2 release
-rw-r--r-- | dotfiles/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/core.py b/dotfiles/core.py index dc7893c..f3241c9 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -11,7 +11,7 @@ import os import shutil -__version__ = '0.4.1' +__version__ = '0.4.2' __author__ = "Jon Bernard" __license__ = "GPL" |