Skip to content

Commit 142946b

Browse files
committed
Release 0.1
1 parent 2ad3ce7 commit 142946b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
project = "GFloat"
88
copyright = "2024, Graphcore Ltd"
99
author = "Andrew Fitzgibbon"
10-
release = "0.0.5" # Set version in package.sh
11-
version = "0.0.5" # Set version in package.sh
10+
release = "0.1" # Set version in package.sh
11+
version = "0.1" # Set version in package.sh
1212

1313
# -- General configuration
1414

etc/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -o errexit
66

7-
VERSION="0.0.5"
7+
VERSION="0.1"
88
perl -pi -e 's/^(release|version) = "([\d.]+)"/$1 = "'$VERSION'"/' docs/source/conf.py
99
perl -pi -e 's/^version = "([\d.]+)"/version = "'$VERSION'"/' pyproject.toml
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package-dir = {"" = "src"}
1010

1111
[project]
1212
name = "gfloat"
13-
version = "0.0.5" # Set version in package.sh
13+
version = "0.1" # Set version in package.sh
1414
authors = [
1515
{name = "Andrew Fitzgibbon", email = "[email protected]"},
1616
]

0 commit comments

Comments
 (0)