Skip to content

Commit

Permalink
Version number -> 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 5, 2022
1 parent cb12236 commit 1d23e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup( name = "pyxdg",
version = "0.27",
version = "0.28",
description = "PyXDG contains implementations of freedesktop.org standards in python.",
maintainer = "Freedesktop.org",
maintainer_email = "xdg@lists.freedesktop.org",
Expand Down
2 changes: 1 addition & 1 deletion xdg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = [ "BaseDirectory", "DesktopEntry", "Menu", "Exceptions", "IniFile", "IconTheme", "Locale", "Config", "Mime", "RecentFiles", "MenuEditor" ]

__version__ = "0.27"
__version__ = "0.28"

0 comments on commit 1d23e48

Please sign in to comment.