Skip to content

Commit

Permalink
changed name to nano-net
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jul 27, 2020
1 parent 253c704 commit 61d1b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanonet/negf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from pkg_resources import get_distribution

__version__ = get_distribution('nanonet').version
__version__ = get_distribution('nano-net').version
__author__ = "Mike Klymenko"
__email__ = "mike.klymenko@rmit.edu.au"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires = fp.read().splitlines()

setup(name='nano-net',
version='1.1.7',
version='1.1.9',
description='Python framework for tight-binding computations',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 61d1b98

Please sign in to comment.