Skip to content

Commit efa7d90

Browse files
authored
Merge pull request #34 from qualisys/inc_version_before_release
New version 3.0.1
2 parents 10930b1 + 559dfa8 commit efa7d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome to Qualisys SDK for Python's documentation!
22
===================================================
33

4-
This document describes the Qualisys SDK for Python version 3.0.0
4+
This document describes the Qualisys SDK for Python version 3.0.1
55

66
**NOTE:** Major versions introduces breaking changes. :ref:`More info...<deprecated_version>`
77

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "3.0.0"
3+
version = "3.0.1"
44

55
setup(
66
name="qtm-rt",

0 commit comments

Comments
 (0)