Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Oct 10, 2022
1 parent 72679ec commit 55d6dff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0
=====

Fix bugs, and improve tests. Thanks to @jikuja.

0.1.1
=====

Expand Down
2 changes: 1 addition & 1 deletion asyncio_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import typing as t


__VERSION__ = "0.1.1"
__VERSION__ = "1.0.0"


class CompoundException(Exception):
Expand Down

0 comments on commit 55d6dff

Please sign in to comment.