Skip to content

Commit 8ae33cb

Browse files
committed
Include version in package
1 parent 4f38b04 commit 8ae33cb

File tree

3 files changed

+4
-46
lines changed

3 files changed

+4
-46
lines changed

lambda_cron/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
__version__ = '0.2.0'
16+
1517
__all__ = ["cli", "aws"]

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env python
22

3+
import lambda_cron
34
try:
45
from setuptools import setup
56
except ImportError:
67
from distutils.core import setup
78

8-
version = '0.2.0'
9+
version = lambda_cron.__version__
910

1011
setup(
1112
name='lambda-cron',

version.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)