Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit c99ede4

Browse files
author
Jan Brennenstuhl
committed
apply version number for next release.
1 parent 474beea commit c99ede4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
use_plugin('python.flake8')
77
use_plugin('python.unittest')
88
use_plugin('python.coverage')
9-
109
use_plugin('copy_resources')
11-
1210
use_plugin('python.pytddmon')
1311

1412
default_task = ['analyze', 'publish']
1513

1614
name = 'aws-monocyte'
17-
version = '0.0.2'
15+
version = '0.0.3'
1816
summary = 'Monocyte - Search and Destroy unwanted AWS Resources relentlessly.'
1917
description = """
2018
Monocyte is a bot for destroying AWS resources in non-EU regions written in Python using Boto.

0 commit comments

Comments
 (0)