Skip to content

Commit 2eb4597

Browse files
committed
increment version
1 parent 1b38700 commit 2eb4597

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

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

src/problem_bank_scripts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.9.1"
1+
__version__ = "0.10.0"
22

33
from .problem_bank_scripts import *

tests/test_problem_bank_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def test_version():
19-
assert __version__ == "0.9.1"
19+
assert __version__ == "0.10.0"
2020

2121

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

0 commit comments

Comments
 (0)