File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.14
2+ current_version = 0.0.15
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2222author = "Quantmetry"
2323
2424# The full version, including alpha/beta/rc tags
25- version = "0.0.14 "
25+ version = "0.0.15 "
2626release = version
2727
2828
Original file line number Diff line number Diff line change 1- __version__ = "0.0.14 "
1+ __version__ = "0.0.15 "
Original file line number Diff line number Diff line change 33from setuptools import find_packages , setup
44
55DISTNAME = "qolmat"
6- VERSION = "0.0.14 "
6+ VERSION = "0.0.15 "
77DESCRIPTION = "Tools to impute"
88LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
99with codecs .open ("README.rst" , encoding = "utf-8-sig" ) as f :
You can’t perform that action at this time.
0 commit comments