Skip to content

Commit

Permalink
Since it does everything I want it to do for now, I'm going to bump the
Browse files Browse the repository at this point in the history
version number to 1.0
  • Loading branch information
rgeoghegan committed Apr 22, 2016
1 parent 6daa0c9 commit a0537c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion markdown_live/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import markdown

VERSION = "0.1.0"
VERSION = "1.0.0"
DEFAULT_PORT = 8000

def parse_args():
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name = "markdown-live",
version = "0.1.0",
version = "1.0.0",
author = "Rory Geoghegan",
author_email = "r.geoghegan@gmail.com",
description = ("Serve your markdown files from an http server to see "
Expand All @@ -35,7 +35,6 @@ def read(fname):
url = "https://github.com/rgeoghegan/markdown-live",
long_description=read('README.md'),
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
"License :: OSI Approved :: BSD License",
],
Expand Down

0 comments on commit a0537c4

Please sign in to comment.