Skip to content

Commit 9859d71

Browse files
committed
Upped the version to 0.4
1 parent fbc4ffe commit 9859d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HYDE
22

3-
0.3 Beta
3+
0.4
44

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

hyde.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def main(argv):
1414

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

0 commit comments

Comments
 (0)