Skip to content

Commit

Permalink
remove manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriyardx committed Mar 11, 2022
1 parent 3a4641f commit 705902f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed MANIFEST.in
Empty file.
4 changes: 2 additions & 2 deletions dismusic/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass

__version__ = "1.1.7"
__version__ = "1.1.8"


@dataclass
Expand All @@ -12,4 +12,4 @@ class VersionInfo:
serial: int


version_info = VersionInfo(1, 1, 7, "stable", 0)
version_info = VersionInfo(1, 1, 8, "stable", 0)

0 comments on commit 705902f

Please sign in to comment.