Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jul 11, 2024
1 parent 645510e commit 4750278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from sys import argv, exit, stderr

__version__ = "0.2.7"
__version__ = "0.3.0"

cmds = {}

Expand Down
2 changes: 2 additions & 0 deletions blsl/tidyqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def as_rtype(rtype, val):
return None

class PatternMatcher:
name = "Base Class"
patterns = {}
def match(self, file):
if hasattr(self, "firstline"):
with open(file) as fh:
Expand Down

0 comments on commit 4750278

Please sign in to comment.