Skip to content

Commit bfdc49e

Browse files
author
Antoine Carme
committed
version 1.2.2
1 parent 54e0872 commit bfdc49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyaf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def check_python_version_for_pyaf():
1414

1515
from . import ForecastEngine, HierarchicalForecastEngine
1616

17-
__version__ = '1.2.1'
17+
__version__ = '1.2.2'
1818

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages
33

44
setup(name='pyaf',
5-
version='1.2.1',
5+
version='1.2.2',
66
description='Python Automatic Forecasting',
77
author='Antoine CARME',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)