Skip to content

Commit

Permalink
Updated version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza committed May 24, 2024
1 parent cbc6187 commit 860bff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion navicat_marc/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def processargs(arguments):
epilog="Remember to cite the marc paper or repository - \n if they have a DOI by now\n - and enjoy!",
)
mbuilder.add_argument(
"-version", "--version", action="version", version="%(prog)s 0.1.10"
"-version", "--version", action="version", version="%(prog)s 0.1.11"
)
mbuilder.add_argument(
"-i",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "navicat_marc"
version = "0.1.10"
version = "0.1.11"
authors = [
{ name="R. Laplaza", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name="marc",
packages=["navicat_marc"],
version="0.1.10",
version="0.1.11",
description="Modular Analysis of Representative Conformers",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 860bff3

Please sign in to comment.