File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212]
1313description = " A python interface to MAD-NG running as subprocess"
1414readme = " README.md"
15- requires-python = " >=3.6 "
15+ requires-python = " >=3.7 "
1616classifiers = [
1717 " Programming Language :: Python :: 3" ,
1818 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
@@ -38,4 +38,4 @@ where = ["src"]
3838version = {attr = " pymadng.__version__" }
3939
4040[project .optional-dependencies ]
41- tfs = [" tfs-pandas>3.0.0" ]
41+ tfs = [" tfs-pandas>3.0.0" ]
Original file line number Diff line number Diff line change 11from .madp_object import MAD
22
33__title__ = "pymadng"
4- __version__ = "0.6.0 "
4+ __version__ = "0.6.1 "
55
66__summary__ = "Python interface to MAD-NG running as subprocess"
77__uri__ = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py"
You can’t perform that action at this time.
0 commit comments