Skip to content

Commit

Permalink
Bump to v1.0.1 and added the description for PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarusso committed May 15, 2022
1 parent 1435501 commit 7d9115f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/timeseria/tag_push_multiarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

USER="sarusso"
VERSION="v1.0.0"
VERSION="v1.0.1"

# Images are also tagged and pushed as "latest" below

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Stefano Alberto Russo'

# The full version, including alpha/beta/rc tags
release = 'v1.0.0'
release = 'v1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
from setuptools import setup, find_packages

setup(name='timeseria',
version='1.0.0',
description='A time series processing library',
version='1.0.1',
description='An object-oriented time series processing library',
long_description="""Timeseria is an object-oriented time series processing library which aims at making it easy to manipulate time series data and to build statistical
and machine learning models on top of it.\n\nCheck out the GitHub project for more info: [Timeseria on GitHub](https://github.com/sarusso/Timeseria).
\n\nExample plot:
![Time series plot](https://raw.githubusercontent.com/sarusso/Timeseria/master/docs/altogether.png "Timeseria at work")""",
long_description_content_type='text/markdown',
url="https://github.com/sarusso/timeseria",
author='Stefano Alberto Russo',
author_email='stefano.russo@gmail.com',
Expand Down

0 comments on commit 7d9115f

Please sign in to comment.