Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmeraldi committed May 31, 2024
1 parent 7d8f712 commit 72d29ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: Fabrizio
orcid: https://orcid.org/0000-0002-0057-8940
title: "BleakHeart"
version: 0.1.1
doi: 10.5281/zenodo.10992865
date-released: 2024-01-16
version: 0.1.2
doi:
date-released: 2024-05-31
url: "https://github.com/fsmeraldi/bleakheart"
2 changes: 1 addition & 1 deletion bleakheart.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Copyright (C) Fabrizio Smeraldi - [email protected], 2023
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

import asyncio as aio
from time import time_ns
Expand Down

0 comments on commit 72d29ea

Please sign in to comment.