We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc2bae commit a4d751bCopy full SHA for a4d751b
3 files changed
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+v0.1.3
6
+------
7
+* code comparison widget now uses a horizontal orientation
8
+* full switch to ``pyproject.toml``
9
+
10
v0.1.2
11
------
12
* Add missing requirements
inheritance_explorer/__init__.py
@@ -2,6 +2,6 @@
__author__ = """Chris Havlin"""
__email__ = "chris.havlin@gmail.com"
-__version__ = "0.1.2"
+__version__ = "0.1.3"
from .inheritance_explorer import ClassGraphTree
pyproject.toml
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
13
14
[project]
15
name = "inheritance_explorer"
16
-version = "0.1.2"
+version = "0.1.3"
17
description = "A tool for exploring complex inheritance patters in python code"
18
readme = "README.rst"
19
requires-python = ">=3.8"
0 commit comments