Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 14, 2021
1 parent 9d55421 commit 4526f61
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Quantalabs, Quantum9Innovation'

# The full version, including alpha/beta/rc tags
release="v2.0.1.22"
release="v2.0.1.24"


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/fitters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fitters Module
=====================================================================================
.. automodule:: epispot.fitters
:members:

5 changes: 5 additions & 0 deletions docs/models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
models Module
=====================================================================================
.. automodule:: epispot.models
:members:

5 changes: 5 additions & 0 deletions docs/plots.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plots Module
=====================================================================================
.. automodule:: epispot.plots
:members:

5 changes: 5 additions & 0 deletions docs/pre.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pre Module
=====================================================================================
.. automodule:: epispot.pre
:members:

2 changes: 1 addition & 1 deletion epispot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
from . import fitters

# version info
__version__ = "v2.0.1.22" # version (v#.#.#)
__version__ = "v2.0.1.23" # version (v#.#.#)
__stable__ = True # True --> stable release, False --> unstable release
__repo_data_url__ = 'https://www.github.com/epispot/epispot' # source repo
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="epispot-nightly",
version="v2.0.1.22",
version="v2.0.1.23",
author="quantum9innovation",
description="The nightly version of the epispot package.",
long_description=long_description,
Expand Down

0 comments on commit 4526f61

Please sign in to comment.