Commit 9b50942 1 parent 9ad9cb4 commit 9b50942 Copy full SHA for 9b50942
File tree 5 files changed +5
-10
lines changed
5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 94
94
run : ls -R
95
95
- uses : actions/download-artifact@v4
96
96
with :
97
- name : Wikipedia-api-*
98
- path : dist
99
- - uses : actions/download-artifact@v4
100
- with :
101
- name : Wikipedia-api-*
102
- path : wheelhouse
97
+ pattern : Wikipedia-api-*
103
98
- name : Display structure of downloaded files
104
99
run : ls -R
105
100
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 0.6.3
4
+ 0.6.4
5
5
-----
6
6
7
7
* Update dependencies
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = "0.6"
63
63
# The full version, including alpha/beta/rc tags.
64
- release = "0.6.3 "
64
+ release = "0.6.4 "
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def fix_doc(txt):
27
27
28
28
setup (
29
29
name = "Wikipedia-API" ,
30
- version = "0.6.3 " ,
30
+ version = "0.6.4 " ,
31
31
description = "Python Wrapper for Wikipedia" ,
32
32
long_description = README + "\n \n " + CHANGES ,
33
33
classifiers = [
Original file line number Diff line number Diff line change 6
6
cases.
7
7
"""
8
8
9
- __version__ = (0 , 6 , 3 )
9
+ __version__ = (0 , 6 , 4 )
10
10
from collections import defaultdict
11
11
from enum import IntEnum
12
12
import logging
You can’t perform that action at this time.
0 commit comments