Skip to content

Commit

Permalink
Bump version string sa well for 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Oct 13, 2021
1 parent c192590 commit 1f7fa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uritemplate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__author__ = "Ian Stapleton Cordasco"
__license__ = "Modified BSD or Apache License, Version 2.0"
__copyright__ = "Copyright 2013 Ian Stapleton Cordasco"
__version__ = "4.1.0"
__version__ = "4.1.1"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)
Expand Down

0 comments on commit 1f7fa33

Please sign in to comment.