Skip to content

Commit

Permalink
Merge pull request #286 from BradyAJohnston/dev-bump
Browse files Browse the repository at this point in the history
bump version for release
  • Loading branch information
BradyAJohnston authored Aug 10, 2023
2 parents 7259242 + 51bc6dc commit 3de6ae9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test:
pip install .
pytest -vv

version := $(shell grep -o -E "\b[0-9]+\.[0-9]+\.[0-9]+\b" pyproject.toml)
version := $(shell grep version pyproject.toml | grep -o -E "\b[0-9]+\.[0-9]+\.[0-9]+\b")

release:
git clean -dfX
Expand Down
2 changes: 1 addition & 1 deletion MolecularNodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author" : "Brady Johnston",
"description" : "Toolbox for molecular animations in Blender & Geometry Nodes.",
"blender" : (3, 5, 0),
"version" : (2, 7, 5),
"version" : (2, 8, 0),
"location" : "Scene Properties -> MolecularNodes",
"warning" : "",
"doc_url" : "https://bradyajohnston.github.io/MolecularNodes/",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "MolecularNodes"
version = "2.7.5"
version = "2.8.0"
authors = [
{name = "Brady Johnston", email = "[email protected]"},
]
Expand Down
Binary file removed tests/data/md_ppr/.first_5_frames.xtc_offsets.npz
Binary file not shown.

0 comments on commit 3de6ae9

Please sign in to comment.