Skip to content

Commit e3bfaf1

Browse files
authored
Bumping version to fix in prod (#73)
1 parent 7d58fe8 commit e3bfaf1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.40"
9+
version = "2.0.42"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

Diff for: socketsecurity/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.41'
3-
2+
__version__ = '2.0.42'

0 commit comments

Comments
 (0)