File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Mridul Seth"""
4
4
5
- __version__ = "0.3 .0"
5
+ __version__ = "0.4 .0"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3 .0
2
+ current_version = 0.4 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 19
19
setup (
20
20
author = "Mridul Seth" ,
21
21
22
- python_requires = '>=3.5 ' ,
22
+ python_requires = '>=3.7 ' ,
23
23
classifiers = [
24
24
'Development Status :: 2 - Pre-Alpha' ,
25
25
'Intended Audience :: Developers' ,
26
26
'License :: OSI Approved :: BSD License' ,
27
27
'Natural Language :: English' ,
28
28
'Programming Language :: Python :: 3' ,
29
- 'Programming Language :: Python :: 3.5' ,
30
- 'Programming Language :: Python :: 3.6' ,
31
29
'Programming Language :: Python :: 3.7' ,
32
30
'Programming Language :: Python :: 3.8' ,
33
31
],
49
47
test_suite = 'tests' ,
50
48
tests_require = test_requirements ,
51
49
url = 'https://github.com/MridulS/nbreproduce' ,
52
- version = '0.3 .0' ,
50
+ version = '0.4 .0' ,
53
51
zip_safe = False ,
54
52
)
You can’t perform that action at this time.
0 commit comments