From b34c94bc973060f99c3150b295b8628920c27ab7 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Fri, 14 Apr 2017 14:39:00 +0200 Subject: [PATCH] Bump version number for release --- changelog.md | 2 +- pybinding/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 36f33efb..853f477e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -### v0.9.0 | in development +### v0.9.0 | 2017-04-14 ##### Updated requirements diff --git a/pybinding/__about__.py b/pybinding/__about__.py index 7c8e4796..46080f1f 100644 --- a/pybinding/__about__.py +++ b/pybinding/__about__.py @@ -1,6 +1,6 @@ """Package for numerical tight-binding calculations in solid state physics""" __title__ = "pybinding" -__version__ = "0.9.0.dev" +__version__ = "0.9.0" __summary__ = "Package for tight-binding calculations" __url__ = "https://github.com/dean0x7d/pybinding"