Skip to content

Commit

Permalink
Prepare for 0.9.13
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
robertpeteuil committed May 27, 2017
1 parent e6324ed commit a4d55c9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions awss/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
URL: https://github.com/robertpeteuil/aws-shortcuts
Author: Robert Peteuil
Modules:
core - Main module providing entry point and core code.
awsc - Communicates with AWS services.
colors - Determine color capability, define color vars and theme.
debg - Debug print functions that execute if debug mode initialized.
"""
from __future__ import print_function
from builtins import input
Expand All @@ -43,7 +36,7 @@
import awss.debg as debg
from awss.colors import C_NORM, C_HEAD2, C_TI, C_WARN, C_ERR, C_STAT

__version__ = '0.9.12.2'
__version__ = '0.9.13'


def main():
Expand Down

0 comments on commit a4d55c9

Please sign in to comment.