Skip to content

Commit

Permalink
Release 0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 8, 2023
1 parent c9616ec commit b0cbe95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buildlog-consultant"
version = "0.0.33"
version = "0.0.34"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>"]
edition = "2021"
license = "GPL-2.0+"
Expand Down
2 changes: 1 addition & 1 deletion buildlog_consultant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from typing import Optional

__version__ = (0, 0, 33)
__version__ = (0, 0, 34)
version_string = '.'.join(map(str, __version__))


Expand Down

0 comments on commit b0cbe95

Please sign in to comment.