Skip to content

Commit d64301f

Browse files
authored
aio.run.checker: Dev 0.5.3 (#466)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 2a84af8 commit d64301f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pypi: https://pypi.org/project/aio.core
8484

8585
#### [aio.run.checker](aio.run.checker)
8686

87-
version: 0.5.2
87+
version: 0.5.3.dev0
8888

8989
pypi: https://pypi.org/project/aio.run.checker
9090

@@ -139,8 +139,8 @@ pypi: https://pypi.org/project/envoy.code.check
139139
##### requirements:
140140

141141
- [abstracts](https://pypi.org/project/abstracts) >=0.0.12
142-
- [aio.core](https://pypi.org/project/aio.core) >=0.8.1
143-
- [aio.run.checker](https://pypi.org/project/aio.run.checker) >=0.5.1
142+
- [aio.core](https://pypi.org/project/aio.core) >=0.8.2
143+
- [aio.run.checker](https://pypi.org/project/aio.run.checker) >=0.5.2
144144
- [envoy.base.utils](https://pypi.org/project/envoy.base.utils) >=0.1.0
145145
- [flake8](https://pypi.org/project/flake8)
146146
- [pep8-naming](https://pypi.org/project/pep8-naming)

aio.run.checker/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.5.3-dev

deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ abstracts>=0.0.12
22
aio.api.github>=0.1.0
33
aio.api.nist
44
aio.core>=0.8.2
5-
aio.run.checker>=0.5.1
5+
aio.run.checker>=0.5.2
66
aio.run.runner>=0.3.2
77
aiodocker
88
aiofiles

envoy.code.check/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ py_modules = envoy.code.check
2929
packages = find_namespace:
3030
install_requires =
3131
abstracts>=0.0.12
32-
aio.core>=0.8.1
33-
aio.run.checker>=0.5.1
32+
aio.core>=0.8.2
33+
aio.run.checker>=0.5.2
3434
envoy.base.utils>=0.1.0
3535
flake8
3636
pep8-naming

0 commit comments

Comments
 (0)