Skip to content

Commit

Permalink
release 0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Aug 19, 2024
1 parent 3fad5a1 commit e12cd8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.38"
version = "0.0.39"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>",]
edition = "2021"
license = "GPL-2.0+"
Expand Down
2 changes: 1 addition & 1 deletion py/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, 38)
__version__ = (0, 0, 39)
version_string = ".".join(map(str, __version__))


Expand Down

0 comments on commit e12cd8a

Please sign in to comment.