Skip to content

Commit

Permalink
changed version to 0.1.2; this should already have been done but wasnt (
Browse files Browse the repository at this point in the history
#163)

# Pull Request Template

## Description

version should have been updated from 0.1.1 to 0.1.2 but didn't happen
when the library was pushed to pip.

## Type of change

Please delete options that are not relevant.

- [x ] This change requires a documentation update

Co-authored-by: Sankalp Gilda <[email protected]>
  • Loading branch information
astrogilda and Sankalp Gilda committed Aug 11, 2024
1 parent fd65bcf commit 81d54b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Sankalp"
orcid: "https://orcid.org/0000-0002-3645-4501"
title: "tsbootstrap"
version: 0.1.1
version: 0.1.2
doi: 10.5281/zenodo.8226495
date-released: 2024/04/23
url: "https://github.com/astrogilda/tsbootstrap"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
current_year = datetime.now().year
copyright = f"2023 - {current_year} (MIT License), Sankalp Gilda"
author = "Sankalp Gilda"
release = "0.1.1"
release = "0.1.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tsbootstrap"
version = "0.1.1"
version = "0.1.2"
description = "A Python package to generate bootstrapped time series"
maintainers = [
{ name = "Sankalp Gilda", email = "[email protected]" },
Expand Down

0 comments on commit 81d54b6

Please sign in to comment.