Skip to content

Commit ed97d4a

Browse files
committed
version and other fixes
1 parent 4a0e389 commit ed97d4a

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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.3.dev0
2+
current_version = 0.0.1.dev0
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,9 @@
3232
# sensapex-api
3333
Meta-API for Sensapex Manipulators from uMx family.
3434
---
35-
**Version: "0.0.3.dev0"**
3635

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

39-
See underlying library and sources from Sensapex here:
40-
- [umsdk] library
41-
- [sensapex-py]
42-
4338
## Functionality
4439
- Set relative zero position for one or all axes
4540
- Convenience methods to move signle axes (instead of giving vector for all axis, even if only intending to move one axis)
@@ -56,6 +51,7 @@ See underlying library and sources from Sensapex here:
5651
## Dependencies
5752
- [sensapex-py] package that can be installed from [sensapex-py] or via `pip install sensapex`
5853
- [umsdk] library
54+
- numpy
5955

6056
## Contributing
6157
Contributions are very welcome!
@@ -65,3 +61,6 @@ Please see the [contribution guidelines](https://github.com/larsrollik/templatep
6561
This software is released under the **[BSD 3-Clause License](https://github.com/larsrollik/templatepy/blob/main/LICENSE)**.
6662

6763
This code is an abstraction layer on top of the MIT-licensed [sensapex-py] and the [umsdk].
64+
65+
---
66+
**Version: "0.0.1.dev0"**

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.3.dev0"
2+
__version__ = "0.0.1.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.3.dev0
3+
version = 0.0.1.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)