Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jan 16, 2023
1 parent 3935b1e commit 56ae305
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 @@ -2,7 +2,7 @@

setup(
name="wechsel",
version="0.0.3",
version="0.0.4",
author="Benjamin Minixhofer",
packages=find_packages(),
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion wechsel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from wechsel.download_utils import download, gunzip

__version__ = "0.0.3"
__version__ = "0.0.4"

CACHE_DIR = (
(Path(os.getenv("XDG_CACHE_HOME", "~/.cache")) / "wechsel").expanduser().resolve()
Expand Down

0 comments on commit 56ae305

Please sign in to comment.