Skip to content

Commit

Permalink
Python, documentation: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed May 12, 2021
1 parent 063db44 commit 5a06626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python-bindings/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Lucas C. Villa Real'

# The full version, including alpha/beta/rc tags
release = '1.0'
release = '2.0'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -74,4 +74,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
4 changes: 2 additions & 2 deletions python-bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

setup(
name="PyHDF5-UDF",
version="1.0",
version="1.1",
description="User-defined functions for HDF5 - Python bindings",
description_content_type="text/x-rst",
long_description=open("README.txt").read(),
long_description_content_type="text/x-rst",
author="Lucas C. Villa Real",
author_email="lucasvr@gmail.com",
author_email="lucasvr@gobolinux.org",
url="https://hdf5-udf.readthedocs.io",

py_modules=["hdf5_udf"],
Expand Down

0 comments on commit 5a06626

Please sign in to comment.