Skip to content
Snippets Groups Projects
Commit 279abb5b authored by ryanss's avatar ryanss
Browse files

Release version 0.1.2

parent 5083a66e
No related branches found
No related tags found
No related merge requests found
*.pyc
dist
sugarcrm.egg-info
......@@ -5,7 +5,7 @@
# Author: ryanss <ryanssdev@icloud.com>
# Website: https://github.com/ryanss/sugarcrm
# License: MIT (see LICENSE file)
# Version: 0.1.1 (October 4, 2015)
# Version: 0.1.2 (February 4, 2016)
try:
......@@ -16,7 +16,7 @@ except ImportError:
setup(
name='sugarcrm',
version='0.1.1',
version='0.1.2',
author='ryanss',
author_email='ryanssdev@icloud.com',
url='https://github.com/ryanss/sugarcrm',
......
......@@ -5,9 +5,9 @@
# Author: ryanss <ryanssdev@icloud.com>
# Website: https://github.com/ryanss/sugarcrm
# License: MIT (see LICENSE file)
# Version: 0.1.1 (October 4, 2015)
# Version: 0.1.2 (February 4, 2016)
__version__ = '0.1.1'
__version__ = '0.1.2'
import base64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment