Skip to content

Commit

Permalink
Bump to 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xnx committed Jul 4, 2022
1 parent 8f26cc2 commit 6bf8a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name="pyvalem",
version="2.5.8",
version="2.5.9",
description="A package for managing simple chemical species and states",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down
6 changes: 3 additions & 3 deletions src/pyvalem/states/key_value_pair.py
Expand Up @@ -55,8 +55,8 @@ def __repr__(self):
@property
def ordering(self):
if self.key == "n":
# Move up n to the first position for ordering by replacing it with
# a space (ASCII 32, the first printable character and not a real valid
# key.
# Move up n to the first position for ordering by replacing it with
# a space (ASCII 32, the first printable character and not a real valid
# key.
return " "
return self.key

0 comments on commit 6bf8a29

Please sign in to comment.