Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Jul 25, 2022
1 parent c511d1e commit 2fa0ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions eoxmagmod/eoxmagmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Author: Martin Paces <martin.paces@eox.at>
#
#-------------------------------------------------------------------------------
# Copyright (C) 2014 EOX IT Services GmbH
# Copyright (C) 2014-2022 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
Expand Down Expand Up @@ -140,7 +140,7 @@
except ImportError:
pass

__version__ = '0.9.10'
__version__ = '0.10.0'
__author__ = 'Martin Paces (martin.paces@eox.at)'
__copyright__ = 'Copyright (C) 2014 EOX IT Services GmbH'
__copyright__ = 'Copyright (C) 2014-2022 EOX IT Services GmbH'
__licence__ = 'EOX licence (MIT style)'
4 changes: 2 additions & 2 deletions eoxmagmod/eoxmagmod/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Martin Paces <martin.paces@eox.at>
*
*-----------------------------------------------------------------------------
* Copyright (C) 2018 EOX IT Services GmbH
* Copyright (C) 2018-2022 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
Expand All @@ -28,5 +28,5 @@
*/

#ifndef VERSION
#define VERSION "0.9.9"
#define VERSION "0.10.0"
#endif

0 comments on commit 2fa0ad4

Please sign in to comment.