Skip to content

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpowersys committed Sep 16, 2016
1 parent fc25fb2 commit deec459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# The short X.Y version.
version = '3.0-beta'
# The full version, including alpha/beta/rc tags.
release = '3.0.0-beta'
release = '3.0.1-beta'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -399,4 +399,4 @@ def setup(app):
#epub_use_index = True

# Autodoc
autodoc_member_order = 'bysource'
autodoc_member_order = 'bysource'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='caar',
version='3.0.0-beta',
version='3.0.1-beta',
url='http://github.com/nickpowersys/CaaR/',
license='BSD 3-Clause License',
author='Nicholas A. Brown',
Expand Down

0 comments on commit deec459

Please sign in to comment.