Skip to content

Commit 2a8f3e1

Browse files
committed
bump up version
1 parent d57a388 commit 2a8f3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sagetex.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
%<latex>\ProvidesPackage{sagetex}
3030
%<python>__version__ = """
3131
%<*latex|python>
32-
[2019/01/09 v3.3 embedding Sage into LaTeX documents]
32+
[2019/11/14 v3.4 embedding Sage into LaTeX documents]
3333
%</latex|python>
3434
%<python>""".strip()
35-
%<latex>\newcommand{\ST@ver}{2019/01/09 v3.3}
35+
%<latex>\newcommand{\ST@ver}{2019/11/14 v3.4}
3636
%<*driver>
3737
\documentclass{ltxdoc}
3838
\usepackage{sagetex}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description="""The SageTeX package allows you to embed code,
55
results of computations, and plots from the Sage mathematics
66
software suite (http://sagemath.org) into LaTeX documents.""",
7-
version='3.3',
7+
version='3.4',
88
author='Dan Drake',
99
author_email='[email protected]',
1010
maintainer='SageMath developers',

0 commit comments

Comments
 (0)