Skip to content

Commit

Permalink
Version bump (0.13.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Dec 10, 2024
1 parent 7dca517 commit dd83f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eoxmagmod/eoxmagmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
except ImportError:
pass

__version__ = '0.12.1'
__version__ = '0.13.0'
__author__ = 'Martin Paces ([email protected])'
__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 <[email protected]>
*
*-----------------------------------------------------------------------------
* Copyright (C) 2018-2022 EOX IT Services GmbH
* Copyright (C) 2018-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
Expand All @@ -28,5 +28,5 @@
*/

#ifndef VERSION
#define VERSION "0.12.0"
#define VERSION "0.13.0"
#endif

0 comments on commit dd83f50

Please sign in to comment.