File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Change Logs
22===========
33
4+ 0.6.0
5+ +++++
6+
470.5.0
58+++++
69
10+ * :pr: `87 `: add dependency on tqdm, add read_csv_cached
11+ * :pr: `81 `: remove dependency on blockdiag
712* :pr: `66 `: add dependency on patsy in requirements-dev.txt for new content
813
9140.4.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ license = {file = "LICENSE.txt"}
2525name = " teachpyx"
2626readme = " README.rst"
2727requires-python = " >=3.9"
28- version = " 0.5 .0"
28+ version = " 0.6 .0"
2929
3030[project .urls ]
3131Homepage = " https://sdpython.github.io/doc/teachpyx/dev/"
Original file line number Diff line number Diff line change 11# coding: utf-8
22
3- __version__ = "0.5 .0"
3+ __version__ = "0.6 .0"
44__author__ = "Xavier Dupré"
55__github__ = "https://github.com/sdpython/teachpyx"
66__url__ = "https://sdpython.github.io/doc/teachpyx/dev/"
You can’t perform that action at this time.
0 commit comments