Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Feb 25, 2020
1 parent 5d052d1 commit 00bc592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,13 +9,13 @@
setup(
name = 'cefevent',
packages = ['cefevent'],
version = '0.5.0',
version = '0.5.1',
description = 'ArcSight Common Event Format library',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Kamus Hadenes',
author_email = 'kamushadenes@hyadesinc.com',
url = 'https://github.com/kamushadenes/cefevent',
download_url = 'https://github.com/kamushadenes/cefevent/tarball/0.5.0',
download_url = 'https://github.com/kamushadenes/cefevent/tarball/0.5.1',
keywords = ['logging', 'cef', 'arcsight', 'event', 'security'],
)

0 comments on commit 00bc592

Please sign in to comment.