Skip to content

Commit

Permalink
Release nprime v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Oct 4, 2020
1 parent ed1053f commit e804aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'pyprime',
]

__version__ = '1.2.0'
__version__ = '1.2.1'

__all__ = ['fermat', 'find_primes', 'generate_primes', 'is_prime',
'miller_rabin', 'pyprime', 'sacks', 'sieve_eratosthenes',
Expand Down

0 comments on commit e804aae

Please sign in to comment.