Skip to content

Commit ec106a4

Browse files
authored
Update version and date
1 parent ab7ee22 commit ec106a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dans_Diffraction/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$ python -m pip install git+https://github.com/DanPorter/Dans_Diffraction.git
1111
1212
Requirements:
13-
Python 3.5+ with packages: Numpy, Matplotlib, Tkinter
13+
Python 3.7+ with packages: Numpy, Matplotlib, Tkinter
1414
BuiltIn packages used: sys, os, re, glob, warnings, json, itertools
1515
1616
Usage:
@@ -32,7 +32,7 @@
3232
2017-2025
3333
3434
Version 3.4.0
35-
Last updated: 05/08/2025
35+
Last updated: 15/09/2025
3636
3737
Version History:
3838
02/03/18 1.0 Version History started.
@@ -169,7 +169,7 @@
169169

170170

171171
__version__ = '3.4.0'
172-
__date__ = '2025/08/05'
172+
__date__ = '2025/09/15'
173173

174174

175175
# Build

0 commit comments

Comments
 (0)