Skip to content

Commit

Permalink
release: v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Apr 2, 2022
1 parent 1a46884 commit cec264e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntfsfind"
version = "2.3.3"
version = "2.3.4"
description = "A tool for search paths from an NTFS volume on an image file."
authors = ["sumeshi <sum3sh1@protonmail.com>"]
license = "LGPLv3+"
Expand All @@ -16,7 +16,7 @@ ntfsfind = 'ntfsfind:entry_point'

[tool.poetry.dependencies]
python = "^3.9"
ntfsdump = "==2.3.5"
ntfsdump = "==2.3.4"
mft = "^0.5.6"
pytsk3 = "^20211111"

Expand Down

0 comments on commit cec264e

Please sign in to comment.