Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jan 15, 2025
1 parent 432600c commit a8148ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/pyinstaller/PyMca.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The PyMca X-Ray Fluorescence Toolkit

Copyright (C) 2004-2023 European Synchrotron Radiation Facility
Copyright (C) 2004-2025 European Synchrotron Radiation Facility

The PyMca X-ray Fluorescence Toolkit is developed at the ESRF.

Expand Down
4 changes: 2 additions & 2 deletions src/PyMca5/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/*##########################################################################
# Copyright (C) 2004-2024 European Synchrotron Radiation Facility
# Copyright (C) 2004-2025 European Synchrotron Radiation Facility
#
# This file is part of the PyMca X-ray Fluorescence Toolkit developed at
# the ESRF.
Expand Down Expand Up @@ -27,7 +27,7 @@
__contact__ = "sole@esrf.fr"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__version__ = "5.9.3"
__version__ = "5.9.4"

import os
import sys
Expand Down

0 comments on commit a8148ab

Please sign in to comment.