Skip to content

Commit f2542b4

Browse files
Merge pull request #205 from obsidianforensics/v20241120-release
up version numbers for v20241120 release
2 parents ea44658 + 0ddf081 commit f2542b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "dfir-unfurl"
77
authors = [{name = "Ryan Benson", email = "[email protected]"}]
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.11"
1010
license = {file = "LICENSE"}
1111
classifiers = [
1212
"License :: OSI Approved :: Apache Software License",

unfurl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__author__ = "Ryan Benson"
16-
__version__ = "20240627"
16+
__version__ = "20241120"
1717
__email__ = "[email protected]"
1818

1919
import logging

0 commit comments

Comments
 (0)