summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4c8d3aa0..192f25b5 100644
--- a/setup.py
+++ b/setup.py
@@ -9,9 +9,9 @@ Needed to define the module structure, look up `Modules` for python
'''
setup(
name='eSim',
- version='2.0.0',
+ version='2.1.0',
author='FOSSEE',
- author_email='info@fossee.in',
+ author_email='contact-esim@fossee.in',
package_dir={'': 'src'},
packages=find_namespace_packages(where='src'),
license='GNU GPL LICENSE',