Skip to content

Commit fdda80f

Browse files
committed
Update version number to 1.0.4
1 parent 650c672 commit fdda80f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '1.0'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '1.0.3'
83+
release = '1.0.4'
8484

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
PKG_NAME = "PythonForWindows"
7-
VERSION = "1.0.2"
7+
VERSION = "1.0.4"
88

99
# Load long description from README.md
1010
this_directory = os.path.abspath(os.path.dirname(__file__))

windows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
current_thread : :class:`windows.winobject.CurrentThread`
1212
"""
13-
__version__ = "1.0.3"
13+
__version__ = "1.0.4"
1414

1515
# check we are on windows
1616
import sys

0 commit comments

Comments
 (0)