From 17706c3aeb80c934345e3ad589555fb243558c77 Mon Sep 17 00:00:00 2001 From: Heungsub Hans Lee Date: Wed, 26 Jun 2019 14:02:19 +0900 Subject: [PATCH] Bump version: 0.0.1 --- docs/changelog.rst | 4 ++-- torchgpipe/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7e8381f..159f0e3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -v0.0.1-alpha ------------- +v0.0.1 +------ Released on May 14, 2019 to evaluate usability and efficiency internally. diff --git a/torchgpipe/__about__.py b/torchgpipe/__about__.py index fa6a133..b8023d8 100644 --- a/torchgpipe/__about__.py +++ b/torchgpipe/__about__.py @@ -1 +1 @@ -__version__ = '0.0.1-alpha' +__version__ = '0.0.1'