Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31
Browse files Browse the repository at this point in the history
Bump all version numbers for May release
  • Loading branch information
0snap authored May 27, 2020
2 parents 83d2c9e + b1ffa89 commit a816a71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_misp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
packages=["threatbus_misp"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2020.04.29",
version="2020.05.28",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_vast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
packages=["threatbus_vast"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2020.04.29",
version="2020.05.28",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zeek/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2020.04.29",
version="2020.05.28",
)
2 changes: 1 addition & 1 deletion plugins/backbones/threatbus_inmem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
packages=["threatbus_inmem"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2020.04.29",
version="2020.05.28",
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2020.04.29",
version="2020.05.28",
)

0 comments on commit a816a71

Please sign in to comment.