Skip to content

Commit

Permalink
This commit marks the release point of version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Mar 27, 2021
1 parent ac19bdf commit 0090614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safaribooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ def create_epub(self):
# MAIN
if __name__ == "__main__":
if len(sys.argv) == 2 and sys.argv[1] == "--version":
sys.stdout.write("0.0.1\n")
sys.stdout.write("0.0.2\n")
sys.stdout.flush()
sys.exit(0)

Expand Down

0 comments on commit 0090614

Please sign in to comment.