We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9aef46 commit ec41d2bCopy full SHA for ec41d2b
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'SageMath Developers'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.1.1'
+release = '0.1.1.1'
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "passagemath-primesieve-primecount"
11
-version = "0.1.1"
+version = "0.1.1.1"
12
description = "Cython interface for the primecount library"
13
authors = [
14
{name = "SageMath Developers", email = "sage-devel@googlegroups.com"},
0 commit comments