We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d410d1 commit 8ce89b6Copy full SHA for 8ce89b6
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### v0.9.3 | In development
+### v0.9.3 | 2017-05-29
4
5
* Added support for Kwant v1.3.x and improved `Model.tokwant()` exporting of multi-orbital models.
6
pybinding/__about__.py
"""Package for numerical tight-binding calculations in solid state physics"""
__title__ = "pybinding"
-__version__ = "0.9.3.dev"
+__version__ = "0.9.3"
__summary__ = "Package for tight-binding calculations"
__url__ = "https://github.com/dean0x7d/pybinding"
0 commit comments