Skip to content

Commit

Permalink
Merge pull request #15 from nightfallai/fix-classifier
Browse files Browse the repository at this point in the history
fix classifier for pypi
  • Loading branch information
Dan Hertz authored Nov 2, 2021
2 parents 7946c96 + d3db408 commit bbdf60a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog

Here you can see the full list of changes between each Nightfall release.

Version 1.0.3
-------------

Released on November 2, 2021

- Bugfix fix classifier on module.

Version 1.0.2
-------------

Released on November 2, 2021

- Bugfix to send detection rule name in request.

Version 1.0.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name="nightfall",
version="1.0.2",
version="1.0.3",
description="Python SDK for Nightfall",
long_description=readme(),
long_description_content_type="text/markdown",
Expand All @@ -18,7 +18,7 @@ def readme():
author_email="support@nightfall.ai",
license="MIT",
classifiers=[
"Development Status :: 5 - Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit bbdf60a

Please sign in to comment.