diff --git a/setup.py b/setup.py index 2f4c90e..1d7e9e4 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ def readme(): """print long description""" with open('Readme.md') as f: return f.read() + setup( name='tc_aws', version=version(), diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..7208c21 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +2.4 \ No newline at end of file