Skip to content

Commit 0b29e13

Browse files
committed
Update version numbers
1 parent 1fdde50 commit 0b29e13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ProjectAssessment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .Solver import getResults, DisplayResults, SaveResults
22

3-
__version__ = '0.1.4'
3+
__version__ = '0.1.5'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='ProjectAssessment',
5-
version='0.1.4',
5+
version='0.1.5',
66
packages=['ProjectAssessment',],
77
python_requires='>3.7.0',
88
license='MIT',
@@ -24,6 +24,6 @@
2424
],
2525
keywords = ['Assessment', 'Projects', 'Statistics', 'Education', 'Bootstrap'],
2626
url = 'https://github.com/tazzben/project-based-assessment',
27-
download_url = 'https://github.com/tazzben/project-based-assessment/archive/v0.1.4.tar.gz',
27+
download_url = 'https://github.com/tazzben/project-based-assessment/archive/v0.1.5.tar.gz',
2828
description = 'Package to compute the Project-Based Assessment estimates of student and rubric proficiency.',
2929
)

0 commit comments

Comments
 (0)