diff --git a/libtaxii/__init__.py b/libtaxii/__init__.py index bcf69b3..cfcd3de 100644 --- a/libtaxii/__init__.py +++ b/libtaxii/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013 - The MITRE Corporation +# Copyright (C) 2014 - The MITRE Corporation # For license information, see the LICENSE.txt file # Contributors: @@ -9,7 +9,7 @@ The main libtaxii module """ -__version__ = "1.1.101" +__version__ = "1.1.102" import httplib import urllib diff --git a/setup.py b/setup.py index 0dd5afe..30f8c32 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#Copyright (C) 2013 - The MITRE Corporation +#Copyright (C) 2014 - The MITRE Corporation #For license information, see the LICENSE.txt file from os.path import abspath, dirname, join