Skip to content

Commit a5f3eec

Browse files
committed
Increment version from 0.10.1 to 0.10.2
1 parent 5122db2 commit a5f3eec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "problem_bank_scripts"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "A package with useful functions to convert between different problem bank formats."
55
authors = ["Open Problem Bank Team"]
66
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.10.1"
1+
__version__ = "0.10.2"
22

33
from .problem_bank_scripts import *

tests/test_problem_bank_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def test_version():
18-
assert __version__ == "0.10.1"
18+
assert __version__ == "0.10.2"
1919

2020

2121
# TODO: excluding symbolic questions, needs to be fixed because of how sympy objects are handled

0 commit comments

Comments
 (0)