Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkelSec committed Dec 6, 2022
1 parent f0f812a commit 19a2988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
install_requires=[
'websockets',
'aiohttp',
'aiosmb>=0.4.4'
],

classifiers=(
Expand All @@ -50,7 +51,9 @@
),
entry_points={
'console_scripts': [
'wssserver = wsnet.server.wsserver:main',
'wsnet-wssserver = wsnet.server.wsserver:main',
'wsnet-wspipe = wsnet.server.wsserversmbpipe:main',
'wsnet-sockspipe = wsnet.server.pipesocks:main',
],

}
Expand Down
2 changes: 1 addition & 1 deletion wsnet/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.0.11"
__version__ = "0.0.12"
__banner__ = \
"""
# wsnet %s
Expand Down

0 comments on commit 19a2988

Please sign in to comment.