Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexras committed May 27, 2011
1 parent 6ab0b0b commit 4c47119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -3,15 +3,15 @@
from distutils.core import setup

setup(name='boomslang',
version='0.5.2b',
download_url='http://boomslang.googlecode.com/files/boomslang-0.5.2.tar.gz',
version='0.6b',
download_url='http://boomslang.googlecode.com/files/boomslang-0.6.tar.gz',
description='A thin layer over matplotlib that simplifies creation of common plots',
long_description='''I created Boomslang to decrease the amount of boilerplate
code I had to write when producing graphs for research papers. Boomslang
treats data and plots separately and encapsulates them both in objects,
giving the programmer the ability to author modular, re-usable graphing
code.''',
author='Alex C. Rasmussen',
author='Alex Rasmussen',
author_email='alexras@acm.org',
url='http://code.google.com/p/boomslang/',
keywords=['matplotlib'],
Expand Down

0 comments on commit 4c47119

Please sign in to comment.