-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed version to 0.1.2; this should already have been done but wasnt (
#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
1 parent
fd65bcf
commit 81d54b6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
|