Skip to content

Commit

Permalink
Release 1.2: Public release
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jun 2, 2024
1 parent 50cd5df commit 3c8313d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "1.1"
version = "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 @@ -6,7 +6,7 @@

import setuptools

VERSION = "1.1.1"
VERSION = "1.2"

long_description = """
<p align="center">
Expand Down

0 comments on commit 3c8313d

Please sign in to comment.