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

Commit

Permalink
Bump all versions for July release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benno Evers committed Jul 29, 2021
1 parent 708675d commit 7c936bc
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/stix-shifter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion apps/suricata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion apps/vast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion apps/zmq-app-template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_cif3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
packages=["threatbus_cif3"],
python_requires=">=3.6",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_misp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
packages=["threatbus_misp"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zeek/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zmq_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
packages=["threatbus_zmq_app"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/file_benchmark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
packages=["file_benchmark"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/threatbus_inmem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
packages=["threatbus_inmem"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/threatbus_rabbitmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
packages=["threatbus_rabbitmq"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)

0 comments on commit 7c936bc

Please sign in to comment.