Skip to content

Commit

Permalink
py: version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 28, 2024
1 parent 7c77144 commit 32d3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/src/gnumake_tokenpool/tokenpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
from typing import List, Any, Iterator, Never

__version__ = '0.0.6'
__version__ = '0.0.7'


class NoJobServer(Exception):
Expand Down

0 comments on commit 32d3641

Please sign in to comment.