Skip to content

Commit acf6a75

Browse files
committed
Bumping version to 1.11.0
1 parent 043490c commit acf6a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Jesse Michel and Kyle Swanson
1+
Copyright (c) 2025 Jesse Michel and Kyle Swanson
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/tap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Typed Argument Parser
33
"""
44

5-
__version__ = "1.10.1"
5+
__version__ = "1.11.0"
66

77
from argparse import ArgumentError, ArgumentTypeError
88
from tap.tap import Tap

0 commit comments

Comments
 (0)