xarpes 0.2.1__tar.gz → 0.2.2__tar.gz

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.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xarpes
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Extraction from angle resolved photoemission spectra
5
5
  Author: xARPES Developers
6
6
  Requires-Python: >=3.5
7
7
  Description-Content-Type: text/markdown
8
- Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
8
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Requires-Dist: igor2
11
11
  Requires-Dist: jupyterlab
@@ -114,7 +114,7 @@ It is recommended to use JupyterLab to analyse data. JupyterLab is launched usin
114
114
 
115
115
  Copyright (C) 2024 xARPES Developers
116
116
 
117
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
117
+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.
118
118
 
119
119
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
120
120
 
@@ -96,6 +96,6 @@ It is recommended to use JupyterLab to analyse data. JupyterLab is launched usin
96
96
 
97
97
  Copyright (C) 2024 xARPES Developers
98
98
 
99
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
99
+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.
100
100
 
101
101
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
@@ -11,7 +11,7 @@ readme = "README.md"
11
11
  license = {file = "LICENSE"}
12
12
  urls = {Documentation = "https://xarpes.github.io"}
13
13
  classifiers = [
14
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
14
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
15
15
  "Programming Language :: Python :: 3",
16
16
  ]
17
17
  requires-python = ">=3.5"
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.1'
1
+ __version__ = '0.2.2'
2
2
 
3
3
  from . import plotting
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes