We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757c53 commit 01e9516Copy full SHA for 01e9516
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
metamaska/__init__.py
@@ -1,3 +1,3 @@
__author__ = """Doğan Can Bakır"""
__email__ = 'dogancanbakir@protonmail.com'
-__version__ = '0.1.0'
+__version__ = '0.2.0'
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "metamaska"
-version = "0.1.0"
+version = "0.2.0"
homepage = "https://github.com/dogancanbakir/metamaska"
6
description = "malevolent payload classifier"
7
authors = ["Doğan Can Bakır <dogancanbakir@protonmail.com>"]
0 commit comments