diff options
author | Andrew Godwin | 2022-11-27 14:09:16 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-27 14:09:16 -0700 |
commit | c7b6264f23d1b2f61a2de67626fc30feee13763b (patch) | |
tree | 38937d8ebffd2d138e8dd4d51b57d669dbd4c263 /takahe | |
parent | 0a5e05e2701c3187036f520104056ed95f7e8516 (diff) | |
download | takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.gz takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.bz2 takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.zip |
Releasing 0.4.0
Diffstat (limited to 'takahe')
-rw-r--r-- | takahe/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/takahe/__init__.py b/takahe/__init__.py index 493f741..6a9beea 100644 --- a/takahe/__init__.py +++ b/takahe/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" |