Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Yuryatin authored Sep 4, 2022
1 parent d310558 commit efb5694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
setup(
name = 'salesplansuccess',
packages = ['salesplansuccess'],
version = '0.0.4',
version = '0.0.5',
license = 'MIT',
description = 'This package helps estimate the probability of achieving the annual sales plan for a specific product based on historical monthly sales data with the help of ARIMA modeling and Monte Carlo simulation',
url = 'https://github.com/yuryatin/salesplansuccess',
download_url = 'https://github.com/yuryatin/salesplansuccess/archive/refs/tags/v0.0.4.tar.gz',
download_url = 'https://github.com/yuryatin/salesplansuccess/archive/refs/tags/v0.0.5.tar.gz',
keywords = ['sales', 'forecast', 'arima', 'simulation', 'pharma', 'medications', 'pharmacy', 'pharmaceutical', 'ics', 'offtake'],
classifiers = [],
install_requires = ['numpy','pandas','matplotlib','statsmodels', 'scipy', 'datetime']
Expand Down

0 comments on commit efb5694

Please sign in to comment.