Skip to content

Commit 0cd7a80

Browse files
committed
attempt to fix my dumb mistakes
1 parent b688880 commit 0cd7a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

carbon/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .errors import CarbonError
1515
from .opts import *
1616

17-
__version__ = '1.0.0'
17+
__version__ = '1.0.2'
1818
__title__ = 'py-carbon'
1919
__license__ = 'MIT'
2020
__author__ = 'wulf'
@@ -26,4 +26,4 @@
2626

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

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

0 commit comments

Comments
 (0)