Skip to content

Commit c6d5318

Browse files
committed
Bump version to 0.1-3.
1 parent 48db745 commit c6d5318

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deltasigma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
__copyright__ = "Copyright 2013, Giuseppe Venturini"
605605
__credits__ = ["Giuseppe Venturini"]
606606
__license__ = "BSD 2-Clause License"
607-
__version__ = '0.1-2'
607+
__version__ = '0.1-3'
608608
__maintainer__ = "Giuseppe Venturini"
609609
__email__ = "[email protected]"
610610
__status__ = "Stable"

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.1-2'
55+
release = '0.1-3'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44
from setuptools import setup, find_packages
5-
__version__ = "0.1-2"
5+
__version__ = "0.1-3"
66

77
def read(fname):
88
try:

0 commit comments

Comments
 (0)