Skip to content

Commit f850b78

Browse files
committed
Add small makefile
1 parent a3b75b1 commit f850b78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

makefile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
all: register upload
2+
3+
register:
4+
python setup.py register
5+
6+
upload:
7+
python setup.py sdist bdist upload
8+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ioc",
8-
version="0.0.6",
8+
version="0.0.7",
99
description="A small dependency injection container based on Symfony2 Dependency Component",
1010
author="Thomas Rabaix",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)