Skip to content

Commit 10d906d

Browse files
authored
Jgray 19 patch 1 (#18)
* Update Version * Update version
1 parent e86e619 commit 10d906d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
description = "A python interface to MAD-NG running as subprocess"
1414
readme = "README.md"
15-
requires-python = ">=3.6"
15+
requires-python = ">=3.7"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@@ -38,4 +38,4 @@ where = ["src"]
3838
version = {attr = "pymadng.__version__"}
3939

4040
[project.optional-dependencies]
41-
tfs = ["tfs-pandas>3.0.0"]
41+
tfs = ["tfs-pandas>3.0.0"]

src/pymadng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .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"

0 commit comments

Comments
 (0)