diff --git a/Doc/SignalIntegrityLinux b/Doc/SignalIntegrityLinux index 386680ea8..bb37b1adb 100644 --- a/Doc/SignalIntegrityLinux +++ b/Doc/SignalIntegrityLinux @@ -38,7 +38,7 @@ PROJECT_NAME = SignalIntegrity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.2 +PROJECT_NUMBER = 1.0.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Doc/SignalIntegrityWindows b/Doc/SignalIntegrityWindows index f1caca31b..4f4fd6666 100644 --- a/Doc/SignalIntegrityWindows +++ b/Doc/SignalIntegrityWindows @@ -38,7 +38,7 @@ PROJECT_NAME = SignalIntegrity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.2 +PROJECT_NUMBER = 1.0.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/SignalIntegrity/__about__.py b/SignalIntegrity/__about__.py index 9e27be765..873e5f116 100644 --- a/SignalIntegrity/__about__.py +++ b/SignalIntegrity/__about__.py @@ -28,5 +28,5 @@ __url__ = "https://github.com/TeledyneLeCroy/SignalIntegrity" __copyright__ = u"Copyright {} 2018, {}".format(u"\u00A9",__organization__) __license__ = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" -__version__ = "1.0.2" +__version__ = "1.0.3" __status__ = "Development Status :: 4 - Beta"