Skip to content

Commit

Permalink
Testing doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jul 26, 2024
1 parent 1988ce1 commit be2594a
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 3 deletions.
Binary file modified docs/_build/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/modules.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/pylipd.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/pylipd.globals.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/pylipd.series.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/rdfgraph.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tutorials.doctree
Binary file not shown.
Binary file modified docs/test.lpd
Binary file not shown.
3 changes: 2 additions & 1 deletion pylipd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__version__ = "1.3.5"
__version__ = "1.3.7"

from .utils import *
from .classes import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pylipd
version = 1.3.7.b2
version = 1.3.7.b3
author = Varun Ratnakar, Deborah Khider
author_email = varunratnakar@gmail.com
description= Python utilities for handling LiPD data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

version = '1.3.7.b2'
version = '1.3.7.b3'

# Read the readme file contents into variable
def read(fname):
Expand Down

0 comments on commit be2594a

Please sign in to comment.