Skip to content

Commit a0ec5c3

Browse files
committed
Update version number to 1.0.4
1 parent 6544cef commit a0ec5c3

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.3"
53+
version = "1.0.4"
5454
# The full version, including alpha/beta/rc tags.
55-
release = "1.0.3"
55+
release = "1.0.4"
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 <[email protected]>"
23-
__version__ = "1.0.3"
23+
__version__ = "1.0.4"
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.3",
10+
version="1.0.4",
1111
author="Pablo Seminario",
1212
author_email="[email protected]",
1313
url="https://github.com/pabluk/libgravatar",

0 commit comments

Comments
 (0)