Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daisylb committed May 3, 2015
1 parent a8588be commit c382f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0a1'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='virtualfish',
version='1.0.0a1', # Don't forget to change this in docs/conf.py too!
version='1.0.0', # Don't forget to change this in docs/conf.py too!
description='A virtualenv wrapper for the Fish shell',
author='Adam Brenecki',
author_email='adam@brenecki.id.au',
Expand Down

0 comments on commit c382f13

Please sign in to comment.