Skip to content

Commit

Permalink
Merge 509cafc into f2b2e77
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmclx committed Jan 18, 2018
2 parents f2b2e77 + 509cafc commit 41a702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apscheduler/__init__.py
Expand Up @@ -3,7 +3,7 @@
try:
release = get_distribution('APScheduler').version.split('-')[0]
except DistributionNotFound:
release = '3.5.0'
release = '3.5.1'

version_info = tuple(int(x) if x.isdigit() else x for x in release.split('.'))
version = __version__ = '.'.join(str(x) for x in version_info[:3])
Expand Down

0 comments on commit 41a702c

Please sign in to comment.