Skip to content

Commit

Permalink
Update PIP metadata for package status (#15)
Browse files Browse the repository at this point in the history
* Package layout updates

* Package updates

* Cleaning up tabs

* README and LICENSE updates

* More package testing

* Broken link fixes

* Uber class custom headers, Content-Type retained

* v0.1.8 - Uber class custom headers

* Uber class fix for octet-stream file uploads

* README.md updates

* Package development status alignment
  • Loading branch information
jshcodes authored Dec 8, 2020
1 parent e92668a commit 41b4c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="crowdstrike-falconpy",
version="0.1.9",
version="0.1.10",
author="CrowdStrike",
maintainer="Joshua Hiller",
description="The CrowdStrike Falcon API SDK for Python 3",
Expand All @@ -26,6 +26,7 @@
"urllib3"
],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: Unix",
"Operating System :: POSIX",
Expand Down
4 changes: 2 additions & 2 deletions src/falconpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The CrowdStrike Falcon API SDK
"""

__version__ = '0.1.9'
__version__ = '0.1.10'
__maintainer__ = 'Joshua Hiller'
__author__ = 'CrowdStrike'
__credits__ = 'CrowdStrike'
__credits__ = 'CrowdStrike'

0 comments on commit 41b4c51

Please sign in to comment.