Skip to content

Commit 07a87ed

Browse files
committedDec 4, 2022
Update version number to 1.0.2
1 parent 63d1c26 commit 07a87ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = "1.0.1"
53+
version = "1.0.2"
5454
# The full version, including alpha/beta/rc tags.
55-
release = "1.0.1"
55+
release = "1.0.2"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

‎libgravatar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
__author__ = "Pablo Seminario <pablo@seminar.io>"
23-
__version__ = "1.0.1"
23+
__version__ = "1.0.2"
2424

2525
import sys
2626

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="libgravatar",
10-
version="1.0.1",
10+
version="1.0.2",
1111
author="Pablo Seminario",
1212
author_email="pablo@seminar.io",
1313
url="https://github.com/pabluk/libgravatar",

0 commit comments

Comments
 (0)
Please sign in to comment.