Skip to content

Commit

Permalink
chore: Bump FastJet to v3.4.2 and pybind11 to v2.11.1 (#271)
Browse files Browse the repository at this point in the history
* update fastjet submodule to 3.4.2

* update the version number

* bump pybind11 to v2.11.1
  • Loading branch information
chrispap95 authored Feb 17, 2024
1 parent 0a70df4 commit 39e75be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastjet-core
Submodule fastjet-core updated from b12956 to 67796a
2 changes: 1 addition & 1 deletion pybind11
Submodule pybind11 updated 107 files
2 changes: 1 addition & 1 deletion src/fastjet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import re

__version__ = "3.4.1.3"
__version__ = "3.4.2.0"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 39e75be

Please sign in to comment.