Skip to content

Commit

Permalink
Version number -> 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 2, 2018
1 parent aa98604 commit cadd68b
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 distutils.core import setup

setup( name = "pyxdg",
version = "0.25",
version = "0.26",
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.25"
__version__ = "0.26"

0 comments on commit cadd68b

Please sign in to comment.