Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriyardx committed Feb 9, 2022
1 parent 3e7207f commit 66a3a7e
Showing 1 changed file with 2 additions and 2 deletions.
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.1b3"
__version__ = "1.1.1"


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


version_info = VersionInfo(1, 1, 1, "beta", 3)
version_info = VersionInfo(1, 1, 1, "stable", 0)

0 comments on commit 66a3a7e

Please sign in to comment.