Skip to content

Commit 591f900

Browse files
Merge pull request #171 from oscarbenjamin/pr_bump_version
release: bump version to 0.7.0a4
2 parents 671bde2 + 7daf534 commit 591f900

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.7.0a3'
54+
version = '0.7.0a4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.7.0a3'
56+
release = '0.7.0a4'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "mesonpy"
55
[project]
66
name = "python-flint"
77
description = "Bindings for FLINT and Arb"
8-
version = "0.7.0a3"
8+
version = "0.7.0a4"
99
urls = {Homepage = "https://github.com/flintlib/python-flint"}
1010
authors = [
1111
{name = "Fredrik Johansson", email = "[email protected]"},

src/flint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
Ordering,
4444
)
4545

46-
__version__ = '0.7.0a3'
46+
__version__ = '0.7.0a4'

src/flint/test/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def raises(f, exception):
3232

3333
def test_pyflint():
3434

35-
assert flint.__version__ == "0.7.0a3"
35+
assert flint.__version__ == "0.7.0a4"
3636

3737
ctx = flint.ctx
3838
assert str(ctx) == repr(ctx) == _default_ctx_string

0 commit comments

Comments
 (0)