Skip to content

Commit

Permalink
Merge pull request #91 from j9ac9k/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.25.5
  • Loading branch information
j9ac9k committed Apr 18, 2024
2 parents c44cde3 + 5d2da7f commit 88a5b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vcd = "vcd.main:main"

[tool.black]
line-length = 88
target-version = ['py37']
target-version = ['py39']
include = '\.py(i|t)?$'
exclude = '''
(
Expand Down
2 changes: 1 addition & 1 deletion src/codem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.25.4"
__version__ = "0.25.5"

import codem.lib.log as log
import codem.lib.resources as resources
Expand Down

0 comments on commit 88a5b6d

Please sign in to comment.