Skip to content

Commit

Permalink
"Upgrade: 0.0.1 → 0.0.2.dev0"
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrollik committed Mar 23, 2022
1 parent a4bd5dd commit 4417144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypulsepal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Lars B. Rollik"
__version__ = "0.0.1"
__version__ = "0.0.2.dev0"

from pypulsepal.pulsepal import PulsePal
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2.dev0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="pypulsepal",
version="0.0.1",
version="0.0.2.dev0",
description="pypulsepal",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4417144

Please sign in to comment.