Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit ed72b6c

Browse files
committed
Someone forgot how to bump the version correctly
1 parent 289d145 commit ed72b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yaramanager"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "CLI tool to manage your yara rules"
55
authors = ["3c7 <[email protected]>"]
66
license = "MIT"

yaramanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "v0.2.0-rc1"
1+
version = "v0.2.1"
22
alembic_version = "25527d692d46"

0 commit comments

Comments
 (0)