Skip to content

Commit

Permalink
Bump version to 0.1-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggventurini committed May 27, 2014
1 parent 48db745 commit c6d5318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deltasigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
__copyright__ = "Copyright 2013, Giuseppe Venturini"
__credits__ = ["Giuseppe Venturini"]
__license__ = "BSD 2-Clause License"
__version__ = '0.1-2'
__version__ = '0.1-3'
__maintainer__ = "Giuseppe Venturini"
__email__ = "[email protected]"
__status__ = "Stable"
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1-2'
release = '0.1-3'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os
from setuptools import setup, find_packages
__version__ = "0.1-2"
__version__ = "0.1-3"

def read(fname):
try:
Expand Down

0 comments on commit c6d5318

Please sign in to comment.