Skip to content

Commit

Permalink
Bumping version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexras committed Jul 6, 2012
1 parent c009d55 commit 9a87377
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ ability to author modular, re-usable graphing code.

# Downloading Boomslang

The current stable version of Boomslang is [0.6
beta](https://github.com/downloads/alexras/boomslang/boomslang-0.6b.tar.gz). For
a list of new features and bug fixes in this version, check the changelog in
the wiki.
The current stable version of Boomslang is
[1.0](https://github.com/downloads/alexras/boomslang/boomslang-1.0.tar.gz).

Boomslang requires `matplotlib`. You can get it at [their GitHub
page](http://github.com/matplotlib/matplotlib) or install it through your
favorite package management utility like pip.

Since the rate of churn of Boomslang's feature set is still pretty high, I
recommend that people use Boomslang by checking out a read-only copy of the
repository.

# Documentation

Documentation is available at [http://alexras.github.com/boomslang/docs/](http://alexras.github.com/boomslang/docs/)
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@

# General information about the project.
project = u'Boomslang'
copyright = u'2011, Alex Rasmussen'
copyright = u'2012, Alex Rasmussen'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6b'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.6b'
release = '1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='boomslang',
version='0.6b',
version='1.0',
download_url='http://boomslang.googlecode.com/files/boomslang-0.6b.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
Expand All @@ -23,7 +23,7 @@
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.7
Topic :: Software Development :: Libraries :: Python Modules
""".splitlines() if f.strip()],
license='BSD',
Expand Down

0 comments on commit 9a87377

Please sign in to comment.