Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Jul 26, 2018
1 parent 3066438 commit 4ad415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyasn1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

# https://www.python.org/dev/peps/pep-0396/
__version__ = '0.4.3'
__version__ = '0.4.4'

if sys.version_info[:2] < (2, 4):
raise RuntimeError('PyASN1 requires Python 2.4 or later')

0 comments on commit 4ad415d

Please sign in to comment.