Skip to content

Commit af9baf2

Browse files
committed
upgrade version
1 parent 239abaf commit af9baf2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOGS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Change Logs
22
===========
33

4+
0.6.0
5+
+++++
6+
47
0.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

914
0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE.txt"}
2525
name = "teachpyx"
2626
readme = "README.rst"
2727
requires-python = ">=3.9"
28-
version = "0.5.0"
28+
version = "0.6.0"
2929

3030
[project.urls]
3131
Homepage = "https://sdpython.github.io/doc/teachpyx/dev/"

teachpyx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/"

0 commit comments

Comments
 (0)