Skip to content

Commit 0f3d1e1

Browse files
author
Michał Jaworski
committed
bump version to 0.0.2
1 parent 0defc5f commit 0f3d1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ianitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.
1919

2020
# flake8: noqa
21-
VERSION = (0, 0, 1) # PEP 386
21+
VERSION = (0, 0, 2) # PEP 386
2222
__version__ = ".".join([str(x) for x in VERSION])

0 commit comments

Comments
 (0)