Skip to content

Commit

Permalink
Bump to v2022.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouvignies committed Apr 14, 2023
1 parent eaaa33d commit fcac4db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: 'npm'
directory: '/website/'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chemex"
version = "2022.3.0"
version = "2022.3.1"
description = "ChemEx is an analysis program for chemical exchange detected by NMR"
authors = ["Guillaume Bouvignies <[email protected]>"]
license = "GPL-3.0-only"
Expand All @@ -16,13 +16,13 @@ classifiers = [
python = ">=3.9,<3.11"
numpy = "^1.24.2"
scipy = "^1.10.1"
matplotlib = "^3.7.0"
lmfit = "^1.1.0"
pydantic = "^1.10.5"
matplotlib = "^3.7.1"
lmfit = "^1.2.0"
pydantic = "^1.10.7"
cachetools = "^5.3.0"
rich = "^13.3.1"
rich = "^13.3.4"
tomli = "^2.0.1"
rapidfuzz = "^2.13.7"
rapidfuzz = "^2.15.1"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=2.17,<4.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2022.3.0",
"version": "2022.3.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit fcac4db

Please sign in to comment.