summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 040a393..b0eb38a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,9 +45,9 @@ copyright = u'2009, Alex Grönholm'
# built documents.
#
# The short X.Y version.
-version = '1.3'
+version = '1.3.1'
# The full version, including alpha/beta/rc tags.
-release = '1.3'
+release = '1.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 8869e78..b164097 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
setup(
name='APScheduler',
- version='1.3',
+ version='1.3.1',
description='In-process task scheduler with Cron-like capabilities',
long_description=open('README.txt').read(),
author='Alex Gronholm',