Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 18, 2022
1 parent 1e57bcb commit 2a5d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirmaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
import sys

__version__ = "1.0.1"
__version__ = "1.1.0"

def main():
"""Run the CLI."""
Expand Down

0 comments on commit 2a5d15b

Please sign in to comment.