Skip to content

Commit

Permalink
Merge pull request #19 from brianhlin/master
Browse files Browse the repository at this point in the history
Bump version to 1.2.20
  • Loading branch information
brianhlin authored Oct 24, 2016
2 parents 4ee1f42 + 3411435 commit 8e1f69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osgpkitools/OSGPKIUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MBSTRING_BMP = MBSTRING_FLAG | 2

# The variable for storing version number for the scripts
Version_Number = "1.2.18"
Version_Number = "1.2.20"


def get_ssl_context(**arguments):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "OSGPKITools",
version = "1.2.19",
version = "1.2.20",
author = "Rohan Mathure",
author_email = "rmathure@indiana.edu",
maintainer = "Brian Lin",
Expand All @@ -23,7 +23,7 @@ def read(fname):
packages=['osgpkitools', 'tests'],
long_description=read('README.txt'),
classifiers=[
"Development Status :: 1.2.19",
"Development Status :: 1.2.20",
"Topic :: Utilities",
"Programming Language :: Python"
"Operating System :: POSIX :: Linux"
Expand Down

0 comments on commit 8e1f69e

Please sign in to comment.