Skip to content

Commit

Permalink
Packaging issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Jan 8, 2019
1 parent 792bafe commit d5bdf7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.1'
version = '1.0.2'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from distutils.core import setup, Command
from setuptools.command.test import test as TestCommand

version = '1.0.1'
version = '1.0.2'

DIRNAME = os.path.dirname(__file__)
description = open(os.path.join(DIRNAME, 'README.rst'), 'rb').read()
Expand Down
2 changes: 1 addition & 1 deletion ttcal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Date classes (originally from TikTok).
"""
__version__ = '1.0.1'
__version__ = '1.0.2'
from .day import Day, Days, Today
from .duration import Duration
from .calfns import chop, isoweek
Expand Down

0 comments on commit d5bdf7e

Please sign in to comment.