Skip to content

Commit

Permalink
Bump version (Python 3.10 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Dec 16, 2021
1 parent 2ac92cb commit fb4991b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
@@ -1,7 +1,7 @@
4.5.2.dev1
----------
4.5.2
-----

- Fix ImportError on Python 3.10 in :py:mod:`pyteomics.electrochem`.
- Support Python 3.10.


4.5.1
Expand Down
2 changes: 1 addition & 1 deletion pyteomics/version.py
Expand Up @@ -13,7 +13,7 @@
"""

__version__ = '4.5.1'
__version__ = '4.5.2'

from collections import namedtuple
import re
Expand Down

0 comments on commit fb4991b

Please sign in to comment.