Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Dec 19, 2023
1 parent 215ac25 commit 643cb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Semiempirical module for PySCF
==============================

2021-02-12
2023-12-19

* Version 0.1
* Version 0.1.1

Install
-------
Expand Down
2 changes: 1 addition & 1 deletion pyscf/semiempirical/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .mindo3 import RMINDO3, UMINDO3

__version__ = '0.1.0'
__version__ = '0.1.1'

def MINDO3(mol):
if mol.spin == 0:
Expand Down

0 comments on commit 643cb1b

Please sign in to comment.