Skip to content

Commit 4a0e389

Browse files
committed
"Upgrade: 0.0.2.dev0 → 0.0.3.dev0"
1 parent 4f8fce2 commit 4a0e389

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2.dev0
2+
current_version = 0.0.3.dev0
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# sensapex-api
3333
Meta-API for Sensapex Manipulators from uMx family.
3434
---
35-
**Version: "0.0.2.dev0"**
35+
**Version: "0.0.3.dev0"**
3636

3737
This is a meta-API for the Sensapex Python API, which is in turn a binding for the underlying C library.
3838

sensapex_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Lars B. Rollik"
2-
__version__ = "0.0.2.dev0"
2+
__version__ = "0.0.3.dev0"
33

44

55
from sensapex_api.cli import run_cli as run

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sensapex-api
3-
version = 0.0.2.dev0
3+
version = 0.0.3.dev0
44
author = Lars B. Rollik
55
author_email = L.B.Rollik@protonmail.com
66
license = BSD 3-Clause License

0 commit comments

Comments
 (0)