pyckster 26.1.2__py3-none-any.whl → 26.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyckster/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  """
2
- Pyckster - A PyQt5-based GUI for picking seismic traveltimes and analyzing inversions
2
+ Pyckster - A PyQt5-based GUI for the processing and analysis of active near-surface seismic data
3
3
  """
4
4
 
5
5
  # Set matplotlib backend to prevent popup windows before any imports
@@ -15,7 +15,7 @@ except ImportError:
15
15
  pass # matplotlib not available, that's fine
16
16
 
17
17
  # Define version and metadata in one place
18
- __version__ = "26.1.2"
18
+ __version__ = "26.1.4"
19
19
  __author__ = "Sylvain Pasquet"
20
20
  __email__ = "sylvain.pasquet@sorbonne-universite.fr"
21
21
  __license__ = "GPLv3"