Skip to content

Commit 8106ecb

Browse files
committed
Bump version to 0.7.0a5
1 parent bbc459f commit 8106ecb

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
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '0.7.0a4'
55+
version = '0.7.0a5'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.7.0a4'
57+
release = '0.7.0a5'
5858

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "python-flint"
33
description = "Bindings for FLINT"
4-
version = "0.7.0a4"
4+
version = "0.7.0a5"
55
# This needs to be in sync with README, cibuildwheel and CI config.
66
requires-python = ">= 3.10"
77
authors = [

src/flint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
Ordering,
4949
)
5050

51-
__version__ = '0.7.0a4'
51+
__version__ = '0.7.0a5'

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.0a4"
35+
assert flint.__version__ == "0.7.0a5"
3636

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

0 commit comments

Comments
 (0)