Skip to content

Commit 32f9ac0

Browse files
committed
v10.0
1 parent 7268aff commit 32f9ac0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
everything: update_tests docs
22

3-
VERSION=9.1
3+
VERSION=10.0
44

55
NUMBAS_EDITOR_PATH ?= ../editor
66
JSDOC_TEMPLATE_PATH ?= ../numbas-jsdoc-template

bin/numbas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from zipfile import ZipFile, ZipInfo
3535

3636

37-
NUMBAS_VERSION = '9.1'
37+
NUMBAS_VERSION = '10.0'
3838

3939

4040
namespaces = {

0 commit comments

Comments
 (0)