Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Apr 30, 2019
1 parent 43c7b0f commit e7ff37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions pyas2lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
from pyas2lib.as2 import Organization
from pyas2lib.as2 import Partner

VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))
__version__ = '1.1.0'


__all__ = [
'VERSION',
'DIGEST_ALGORITHMS',
'ENCRYPTION_ALGORITHMS',
'MDN_CONFIRM_TEXT',
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from setuptools import setup, find_packages

version = __import__('pyas2lib').__version__

install_requires = [
'asn1crypto==0.24.0',
'oscrypto==0.19.1',
Expand All @@ -24,7 +22,7 @@
long_description="Docs for this project are maintained at "
"https://github.com/abhishek-ram/pyas2-lib/blob/"
"master/README.md",
version=version,
version='1.1.0',
author="Abhishek Ram",
author_email="[email protected]",
packages=find_packages(
Expand Down

0 comments on commit e7ff37f

Please sign in to comment.