Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Aug 28, 2019
2 parents 9cc7517 + 1b5ebcb commit 150978c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. |build-badge| image:: https://travis-ci.org/dudektria/pnictogen.svg?branch=master
:target: https://travis-ci.org/dudektria/pnictogen
.. |build-badge| image:: https://travis-ci.org/schneiderfelipe/pnictogen.svg?branch=master
:target: https://travis-ci.org/schneiderfelipe/pnictogen
:alt: Travis CI Status

.. |pypi-badge| image:: https://badge.fury.io/py/pnictogen.svg
Expand Down Expand Up @@ -36,11 +36,7 @@ It is based on Jinja2_, a modern and friendly templating language for Python:
H -0.06802 1.00961 0.00000
*
pnictogen is the big brother of nitrogen_, hence the
`name <https://en.wikipedia.org/wiki/Pnictogen>`_.

.. _pnictogen: https://github.com/dudektria/pnictogen
.. _nitrogen: https://github.com/chemical-scripts/nitrogen
.. _pnictogen: https://github.com/schneiderfelipe/pnictogen
.. _Jinja2: http://jinja.pocoo.org/docs/latest/

Installation
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion pnictogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def argparser():
parser = argparse.ArgumentParser(
description="input generation for computational chemistry packages",
epilog="""%(prog)s is licensed under the MIT License
<https://github.com/dudektria/%(prog)s>""",
<https://github.com/schneiderfelipe/%(prog)s>""",
)

parser.add_argument(
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 @@
version_file = open(os.path.join(this_directory, "VERSION"))
version = version_file.read().strip()

url = "https://github.com/dudektria/pnictogen"
url = "https://github.com/schneiderfelipe/pnictogen"
download_url = "{:s}/archive/{:s}.tar.gz".format(url, version)

with open(os.path.join(this_directory, "README.rst")) as f:
Expand Down

0 comments on commit 150978c

Please sign in to comment.