Skip to content

Commit 37354fd

Browse files
committed
update setup.py version number
1 parent f530c2d commit 37354fd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gre2gmat/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
MIN_GRE = 130
33
BAD_INPUT_RETURN = None
44
MIN_GMAT = 200
5-
MAX_GMAT = 800
5+
MAX_GMAT = 800

setup.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
from distutils.core import setup
22
setup(
3-
name = 'gre2gmat',
4-
packages = ['gre2gmat'], # this must be the same as the name above
5-
version = '0.1.1',
6-
description = 'A library for calculating GMAT equivalent scores from GRE scores',
7-
author = 'Olutosin Sonuyi',
8-
author_email = 'tosin.sonuyi+gre2gmat@gmail.com',
9-
url = 'https://github.com/weallwegot/gre_to_gmat', # use the URL to the github repo
10-
download_url = 'https://github.com/weallwegot/gre_to_gmat/archive/0.1.1.tar.gz',
11-
package_data ={'':['data_table.csv']} ,
12-
include_package_data=True,
13-
keywords = ['GMAT', 'GRE', 'Conversion', 'MBA', 'GMAC', 'ETS'],
14-
classifiers = [],
15-
)
3+
name='gre2gmat',
4+
packages=['gre2gmat'], # this must be the same as the name above
5+
version='0.1.2',
6+
description='A library for calculating GMAT equivalent scores from GRE scores',
7+
author='Olutosin Sonuyi',
8+
author_email='tosin.sonuyi+gre2gmat@gmail.com',
9+
url='https://github.com/weallwegot/gre_to_gmat', # use the URL to the github repo
10+
download_url='https://github.com/weallwegot/gre_to_gmat/archive/0.1.1.tar.gz',
11+
package_data={'': ['data_table.csv']},
12+
include_package_data=True,
13+
keywords=['GMAT', 'GRE', 'Conversion', 'MBA', 'GMAC', 'ETS'],
14+
classifiers=[],
15+
)

0 commit comments

Comments
 (0)