Skip to content

Commit 4242768

Browse files
committed
Merge pull request #111 from mookerji/0.33-rev
Rev the version to 0.33.
2 parents d57b6e6 + 5634f4d commit 4242768

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/sbp.pdf

2 Bytes
Binary file not shown.

generator/sbpg/targets/resources/sbp_base.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
\newcolumntype{d}{>{\hsize=.7\hsize}X}
6161

6262
\title{Swift Navigation Binary Protocol}
63-
\version{0.32}
63+
\version{0.33}
6464
\author{Swift Navigation}
6565
\mysubtitle{Protocol Specification v\theversion}
6666
\date{\today}

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44
import os
55

6-
VERSION = "0.32"
6+
VERSION = "0.33"
77

88
CLASSIFIERS = [
99
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)