diff --git a/pyproject.toml b/pyproject.toml index 7c59f66..9234603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/setup.py b/setup.py index 56ed158..29a15da 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools -VERSION = "2.1.1" +VERSION = "2.1.2" long_description = """ diff --git a/smbclientng/__main__.py b/smbclientng/__main__.py index 51490dd..a09ea88 100644 --- a/smbclientng/__main__.py +++ b/smbclientng/__main__.py @@ -13,7 +13,7 @@ from smbclientng.core.SessionsManager import SessionsManager -VERSION = "2.1.1" +VERSION = "2.1.2" def parseArgs():