Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsuo committed Jul 23, 2020
1 parent a76910d commit 1d60901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "timecast"
copyright = "2020, Google AI Princeton"
author = "Google AI Princeton"
version = "0.3.1"
version = "0.4.0"
release = version


Expand Down
16 changes: 1 addition & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools import setup

name = "timecast"
version = "0.3.1"
version = "0.4.0"

if "--nightly" in sys.argv:
name += "-nightly"
Expand Down

0 comments on commit 1d60901

Please sign in to comment.