File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
# The short X.Y version.
81
81
version = '1.0'
82
82
# The full version, including alpha/beta/rc tags.
83
- release = '1.0.3 '
83
+ release = '1.0.4 '
84
84
85
85
# The language for content autogenerated by Sphinx. Refer to documentation
86
86
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
from setuptools import setup
5
5
6
6
PKG_NAME = "PythonForWindows"
7
- VERSION = "1.0.2 "
7
+ VERSION = "1.0.4 "
8
8
9
9
# Load long description from README.md
10
10
this_directory = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 10
10
11
11
current_thread : :class:`windows.winobject.CurrentThread`
12
12
"""
13
- __version__ = "1.0.3 "
13
+ __version__ = "1.0.4 "
14
14
15
15
# check we are on windows
16
16
import sys
You can’t perform that action at this time.
0 commit comments