Skip to content

Commit

Permalink
"Upgrade: 0.1.0.dev0 → 0.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrollik committed Jul 12, 2022
1 parent 985c14d commit 96cb301
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0.dev0
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ This software is released under the **[BSD 3-Clause License](https://github.com/
This code is an abstraction layer on top of the MIT-licensed [sensapex-py] and the [umsdk].

---
**Version: "0.1.0.dev0"**
**Version: "0.1.0"**
2 changes: 1 addition & 1 deletion sensapex_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Lars B. Rollik"
__version__ = "0.1.0.dev0"
__version__ = "0.1.0"


from sensapex_api.cli import run_cli as run
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sensapex-api
version = 0.1.0.dev0
version = 0.1.0
author = Lars B. Rollik
author_email = L.B.Rollik@protonmail.com
license = BSD 3-Clause License
Expand Down

0 comments on commit 96cb301

Please sign in to comment.