Skip to content

Commit

Permalink
attempt to fix my dumb mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
seven7ty committed May 30, 2021
1 parent b688880 commit 0cd7a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .errors import CarbonError
from .opts import *

__version__ = '1.0.0'
__version__ = '1.0.2'
__title__ = 'py-carbon'
__license__ = 'MIT'
__author__ = 'wulf'
Expand All @@ -26,4 +26,4 @@

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

version_info = VersionInfo(major=1, minor=0, micro=0, releaselevel='final', serial=0)
version_info = VersionInfo(major=1, minor=0, micro=0, releaselevel='final', serial=0)

0 comments on commit 0cd7a80

Please sign in to comment.