Skip to content

Commit 6ae0570

Browse files
committed
version 2.0.4
1 parent 056d741 commit 6ae0570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyecm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def sqrt(n):
237237
SMALLEST_COUNTEREXAMPLE_FASTPRIME = 2047
238238
T = (type(mpz(1)), type(1), type(1))
239239
DUMMY = 'dummy' # Dummy value throughout the program
240-
VERSION = '2.0.3 (Python 3)'
240+
VERSION = '2.0.4 (Python 3)'
241241
_12_LOG_2_OVER_49 = 12 * math.log(2) / 49
242242
RECORD = 1162795072109807846655696105569042240239
243243

0 commit comments

Comments
 (0)