Skip to content

Commit fd0ed0d

Browse files
authored
Make version number compatible with pip 24.1
1 parent ed9bf12 commit fd0ed0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ServerError, ServiceUnavailableError, UnexpectedError, TokenUnauthorizedError)
88

99
# Was __version__ = '3.1.0.RYAN' but pip doens't like that
10-
__version__ = '3.1.0.RYAN'
10+
__version__ = '3.1.1.1'
1111

1212

1313
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \

0 commit comments

Comments
 (0)