Skip to content

Commit 96cb301

Browse files
committed
"Upgrade: 0.1.0.dev0 → 0.1.0"
1 parent 985c14d commit 96cb301

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.1.0.dev0
2+
current_version = 0.1.0
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
@@ -63,4 +63,4 @@ This software is released under the **[BSD 3-Clause License](https://github.com/
6363
This code is an abstraction layer on top of the MIT-licensed [sensapex-py] and the [umsdk].
6464

6565
---
66-
**Version: "0.1.0.dev0"**
66+
**Version: "0.1.0"**

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.1.0.dev0"
2+
__version__ = "0.1.0"
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.1.0.dev0
3+
version = 0.1.0
44
author = Lars B. Rollik
55
author_email = L.B.Rollik@protonmail.com
66
license = BSD 3-Clause License

0 commit comments

Comments
 (0)