Skip to content

Commit

Permalink
Bump version to 0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDreamland committed Dec 7, 2024
1 parent 529704e commit 9886adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import tokenize
import typing

VERSION = '0.0.3.1'
VERSION = '0.0.4'
ConstructorError = ruamel.yaml.constructor.ConstructorError
class YamletBaseException(Exception): pass

Expand Down

0 comments on commit 9886adc

Please sign in to comment.