Skip to content

Commit

Permalink
exporting core class
Browse files Browse the repository at this point in the history
  • Loading branch information
joshswimlane committed Jan 7, 2021
1 parent 2794809 commit e35ad74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyews/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pyews.utils.logger import setup_logging
setup_logging()


from .core import Core
from .configuration.userconfiguration import UserConfiguration
from .configuration.endpoint import Endpoint
from .configuration.autodiscover import Autodiscover
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def parse_requirements(requirement_file):

setup(
name='py-ews',
version='2.0.2',
version='2.0.3',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='A Python package to interact with both on-premises and Office 365 Exchange Web Services',
Expand Down

0 comments on commit e35ad74

Please sign in to comment.