Skip to content

Commit

Permalink
bumps version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamingas committed Jan 17, 2024
1 parent a437b5b commit 8e39011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sphinx.ext.viewcode",
"sphinx_rtd_theme",
]
if os.environ.get('NO_MATHJAX',False):
if os.environ.get("NO_MATHJAX",False):
extensions.append( "sphinx.ext.imgmath")
imgmath_latex_preamble = "\\usepackage{amsmath}"
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_requires=
[metadata]
name = ordinalgbt
description = A library to build Gradient boosted trees for ordinal labels
version = 0.1.1
version = 0.1.2
long_description = file:README.md
long_description_content_type = text/markdown
author = Adamos Spanashis
Expand Down

0 comments on commit 8e39011

Please sign in to comment.