diff --git a/eoxmagmod/eoxmagmod/__init__.py b/eoxmagmod/eoxmagmod/__init__.py index 3e4136b..4778d66 100644 --- a/eoxmagmod/eoxmagmod/__init__.py +++ b/eoxmagmod/eoxmagmod/__init__.py @@ -5,7 +5,7 @@ # Author: Martin Paces # #------------------------------------------------------------------------------- -# Copyright (C) 2014-2022 EOX IT Services GmbH +# Copyright (C) 2014-2024 EOX IT Services GmbH # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -140,7 +140,7 @@ except ImportError: pass -__version__ = '0.13.0' +__version__ = '0.14.0' __author__ = 'Martin Paces (martin.paces@eox.at)' -__copyright__ = 'Copyright (C) 2014-2022 EOX IT Services GmbH' +__copyright__ = 'Copyright (C) 2014-2024 EOX IT Services GmbH' __licence__ = 'EOX licence (MIT style)' diff --git a/eoxmagmod/eoxmagmod/version.h b/eoxmagmod/eoxmagmod/version.h index e56f543..5964a6b 100644 --- a/eoxmagmod/eoxmagmod/version.h +++ b/eoxmagmod/eoxmagmod/version.h @@ -28,5 +28,5 @@ */ #ifndef VERSION -#define VERSION "0.13.0" +#define VERSION "0.14.0" #endif