Skip to content

Commit

Permalink
Merge pull request #475 from FAIRmat-NFDI/raise-lower-plugin-versions
Browse files Browse the repository at this point in the history
raise lower plugin versions
  • Loading branch information
lukaspie authored Dec 3, 2024
2 parents cca64f9 + 3d2e346 commit d52934c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message:
If you use this software, please cite it using the
metadata from this file.
type: software
version: 0.9.0
version: 0.9.1
authors:
- given-names: Sherjeel
family-names: Shabih
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@ convert = [
]

apm = [
"pynxtools-apm>=0.2.1",
"pynxtools-apm>=0.2.2",
]
ellips = [
"pynxtools-ellips>=0.0.4",
"pynxtools-ellips>=0.0.7",
]
em = [
"pynxtools-em>=0.3.0",
"pynxtools-em>=0.3.1",
]
mpes = [
"pynxtools-mpes>=0.2.0",
"pynxtools-mpes>=0.2.1",
]
raman = [
"pynxtools-raman>=0.0.3",
"pynxtools-raman>=0.0.5",
]
stm = [
"pynxtools-stm>=1.0.8",
"pynxtools-stm>=1.0.9",
]
xps = [
"pynxtools-xps>=0.4.6",
"pynxtools-xps>=0.4.8",
]
xrd = [
"pynxtools-xrd>=0.0.3",
Expand Down

0 comments on commit d52934c

Please sign in to comment.