diff --git a/logparser/__init__.py b/logparser/__init__.py index 366c7e6..71022db 100644 --- a/logparser/__init__.py +++ b/logparser/__init__.py @@ -15,6 +15,6 @@ # limitations under the License. """LogParser package.""" -__version__ = "1.2a2" +__version__ = "1.2" __license__ = "Apache" __copyright__ = "Copyright 2016 Real-Time Innovations, Inc."