Skip to content

Commit 638bab1

Browse files
committed
Fixed typo in toml
1 parent 479f7e7 commit 638bab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.2.49"
9+
version = "2.2.50"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [
@@ -22,7 +22,7 @@ dependencies = [
2222
readme = "README.md"
2323
description = "Socket Security CLI for CI/CD"
2424
keywords = ["socketsecurity", "socket.dev", "sca", "oss", "security"]
25-
authors = [.
25+
authors = [
2626
{name = "Douglas Coburn", email = "[email protected]"}
2727
]
2828
maintainers = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.2.49'
2+
__version__ = '2.2.50'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

0 commit comments

Comments
 (0)