Skip to content

Commit

Permalink
bump version in parallel with the main intelmq version increase in order
Browse files Browse the repository at this point in the history
to not confuse anyone.
  • Loading branch information
aaronkaplan committed Feb 29, 2024
1 parent 6d4f34a commit c9cdc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq_api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
SPDX-FileCopyrightText: 2020-2023 Birger Schacht, Sebastian Wagner
SPDX-License-Identifier: AGPL-3.0-or-later
"""
__version_info__ = (3, 2, 0)
__version_info__ = (3, 3, 0)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit c9cdc67

Please sign in to comment.