Skip to content

Commit

Permalink
Upped the version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed Oct 7, 2009
1 parent fbc4ffe commit 9859d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# HYDE # HYDE


0.3 Beta 0.4


This document should give enough information to get you up and running. Check the [wiki](http://wiki.github.com/lakshmivyas/hyde) for detailed documentation. This document should give enough information to get you up and running. Check the [wiki](http://wiki.github.com/lakshmivyas/hyde) for detailed documentation.


Expand Down
2 changes: 1 addition & 1 deletion hyde.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def main(argv): def main(argv):


parser = OptionParser(usage="%prog [-f] [-q]", version="%prog 0.3b") parser = OptionParser(usage="%prog [-f] [-q]", version="%prog 0.4")
parser.add_option("-s", "--sitepath", parser.add_option("-s", "--sitepath",
dest = "site_path", dest = "site_path",
help = "Change the path of the site folder.") help = "Change the path of the site folder.")
Expand Down

0 comments on commit 9859d71

Please sign in to comment.