Skip to content

Commit

Permalink
update version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbuttars committed Jan 31, 2012
1 parent 578c97f commit 09c850d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .settings.sh
Expand Up @@ -4,7 +4,7 @@ TOP_DIR=$(readlink -f $(dirname $BASH_SOURCE))

# Poject name
PROJ_NAME='vimdown'
PROJ_VER='0.9.0'
PROJ_VER='1.0.0'
# Name of the virtualenv
VENV_NAME='.venv'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='vimdown',
version='0.9.0',
version='1.0.0',
description="Convert Vim files to Markdown",
author="Jeff Buttars",
author_email="jeffbuttars@gmail.com",
Expand Down

0 comments on commit 09c850d

Please sign in to comment.