Skip to content

Commit f3ca64c

Browse files
committed
Bump version to v0.1-8
1 parent 52deeb0 commit f3ca64c

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
@@ -828,7 +828,7 @@
828828
__copyright__ = "Copyright 2013, Giuseppe Venturini"
829829
__credits__ = ["Giuseppe Venturini"]
830830
__license__ = "BSD 2-Clause License"
831-
__version__ = '0.1-7'
831+
__version__ = '0.1-8'
832832
__maintainer__ = "Giuseppe Venturini"
833833
__email__ = "ggventurini+github@gmail.com"
834834
__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-7'
55+
release = '0.1-8'
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-7"
5+
__version__ = "0.1-8"
66

77
def read(fname):
88
try:

0 commit comments

Comments
 (0)