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 #35
Browse files Browse the repository at this point in the history
Bump all version numbers for June release
  • Loading branch information
0snap authored Jun 19, 2020
2 parents 8b1eb81 + bd033a6 commit 263f01f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_cif3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
# packages=find_packages(),
python_requires=">=3.6",
url="",
version="0.1.0",
version="2020.06.25",
)
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.05.28",
version="2020.06.25",
)
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.05.28",
version="2020.06.25",
)
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.05.28",
version="2020.06.25",
)
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.05.28",
version="2020.06.25",
)
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.05.28",
version="2020.06.25",
)

0 comments on commit 263f01f

Please sign in to comment.