Skip to content

Commit

Permalink
README ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Mar 27, 2024
1 parent cad6294 commit 4a21859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molviewspec/molviewspec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MolViewSpec"""

__version__ = "0.1.9"
__version__ = "0.1.10"

from molviewspec.builder import create_builder
from molviewspec.nodes import ComponentExpression, validate_state_tree
2 changes: 1 addition & 1 deletion molviewspec/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
match = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', fd.read(), re.MULTILINE)
version = match.group(1) if match is not None else None

with open("../README.md", "r", encoding="utf-8") as ifh:
with open("README.md", "r", encoding="utf-8") as ifh:
longDescription = ifh.read()

if not version:
Expand Down

0 comments on commit 4a21859

Please sign in to comment.