Skip to content

Commit 7bf8feb

Browse files
authored
Merge pull request #169 from stanford-centaur/chore/version
build: Update upstream to v0.3.13, Lean v4.27.0
2 parents 551e21b + 2d3f005 commit 7bf8feb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pantograph/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_version(self):
77
"""
88
NOTE: Update this after upstream updates.
99
"""
10-
self.assertEqual(get_version(), "0.3.12")
10+
self.assertEqual(get_version(), "0.3.13")
1111

1212
def test_server_init_del(self):
1313
import warnings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pantograph"
3-
version = "0.3.11"
3+
version = "0.3.13"
44
description = "A Machine-to-Machine Interaction System for Lean"
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)