Skip to content

Commit

Permalink
Release 2.1.2: Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jul 3, 2024
1 parent 562a441 commit 4c1457e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smbclientng"
version = "2.1.1"
version = "2.1.2"
description = "smbclient-ng, a fast and user friendly way to interact with SMB shares."
authors = ["p0dalirius"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import setuptools


VERSION = "2.1.1"
VERSION = "2.1.2"


long_description = """
Expand Down
2 changes: 1 addition & 1 deletion smbclientng/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from smbclientng.core.SessionsManager import SessionsManager


VERSION = "2.1.1"
VERSION = "2.1.2"


def parseArgs():
Expand Down

0 comments on commit 4c1457e

Please sign in to comment.