Skip to content

Commit

Permalink
build: Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dselig11235 committed Mar 1, 2023
1 parent 8be83cd commit d9384b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def parse_requirements(requirement_file):

setup(
name='soc-faker',
version='4.0.1',
version='4.0.2',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='A Python package to fake SOC (Security Operations Center) data',
Expand All @@ -27,4 +27,4 @@ def parse_requirements(requirement_file):
'soc-faker = socfaker.__main__:main'
]
}
)
)

0 comments on commit d9384b3

Please sign in to comment.