Skip to content

Commit

Permalink
Bumping version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rasmussen committed Jan 12, 2015
1 parent 72a70dc commit d051d30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0'
version = '2.1.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.1.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 pylsdj/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'pylsdj'
__version__ = '2.0.0'
__version__ = '2.1.0'
__author__ = 'Alex Rasmussen'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Alex Rasmussen'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pylsdj',
version='2.0.0',
version='2.1.0',
description='A utility belt for dealing with LSDJ-related files',
url='http://github.com/alexras/pylsdj',
author='Alex Rasmussen',
Expand Down

0 comments on commit d051d30

Please sign in to comment.