Skip to content

Commit 9460bf3

Browse files
authored
Merge pull request #42 from graphcore-research/v0.4
Bump version
2 parents e4a9e55 + 06730e5 commit 9460bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3" # Set version in package.sh
11-
version = "0.3" # Set version in package.sh
10+
release = "0.4" # Set version in package.sh
11+
version = "0.4" # Set version in package.sh
1212

1313
# -- General configuration
1414

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.3" # Set version in package.sh
13+
version = "0.4" # Set version in package.sh
1414
authors = [
1515
{name = "Andrew Fitzgibbon", email = "awf@fitzgibbon.ie"},
1616
]

0 commit comments

Comments
 (0)