Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
release: beta v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kijk2869 authored Aug 8, 2020
1 parent 90bdd14 commit a8fcca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discodo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "discodo"
__author__ = "kijk2869"
__lisence__ = "MIT"
__version__ = "1.0.1"
__version__ = "1.0.2"

from collections import namedtuple

Expand All @@ -29,4 +29,4 @@

VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")

version_info = VersionInfo(major=1, minor=0, micro=1, releaselevel="beta", serial=0)
version_info = VersionInfo(major=1, minor=0, micro=2, releaselevel="beta", serial=0)

0 comments on commit a8fcca4

Please sign in to comment.