We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650c672 commit fdda80fCopy full SHA for fdda80f
3 files changed
docs/source/conf.py
@@ -80,7 +80,7 @@
80
# The short X.Y version.
81
version = '1.0'
82
# The full version, including alpha/beta/rc tags.
83
-release = '1.0.3'
+release = '1.0.4'
84
85
# The language for content autogenerated by Sphinx. Refer to documentation
86
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup
5
6
PKG_NAME = "PythonForWindows"
7
-VERSION = "1.0.2"
+VERSION = "1.0.4"
8
9
# Load long description from README.md
10
this_directory = os.path.abspath(os.path.dirname(__file__))
windows/__init__.py
@@ -10,7 +10,7 @@
11
current_thread : :class:`windows.winobject.CurrentThread`
12
"""
13
-__version__ = "1.0.3"
+__version__ = "1.0.4"
14
15
# check we are on windows
16
import sys
0 commit comments