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.1.5
2+ current_version = 0.1.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2727author = "Quantmetry"
2828
2929# The full version, including alpha/beta/rc tags
30- version = "0.1.5 "
30+ version = "0.1.6 "
3131release = version
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.1.5 "
1+ __version__ = "0.1.6 "
Original file line number Diff line number Diff line change 33from setuptools import find_packages , setup
44
55DISTNAME = "qolmat"
6- VERSION = "0.1.5 "
6+ VERSION = "0.1.6 "
77DESCRIPTION = "A Python library for optimal data imputation."
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