Skip to content

Commit

Permalink
Version bump (0.14.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Dec 14, 2024
1 parent c7f45c8 commit 6532da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 <[email protected]>
#
#-------------------------------------------------------------------------------
# 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
Expand Down Expand Up @@ -140,7 +140,7 @@
except ImportError:
pass

__version__ = '0.13.0'
__version__ = '0.14.0'
__author__ = 'Martin Paces ([email protected])'
__copyright__ = 'Copyright (C) 2014-2022 EOX IT Services GmbH'
__copyright__ = 'Copyright (C) 2014-2024 EOX IT Services GmbH'
__licence__ = 'EOX licence (MIT style)'
2 changes: 1 addition & 1 deletion eoxmagmod/eoxmagmod/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
*/

#ifndef VERSION
#define VERSION "0.13.0"
#define VERSION "0.14.0"
#endif

0 comments on commit 6532da8

Please sign in to comment.