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

Release version 0.1.2

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