Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Apr 7, 2022
1 parent e2794c0 commit 0ecb40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
version='1.1.2.dev0',
version='1.2.0',
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=['lingpy>=2.6.8'],
Expand Down
2 changes: 1 addition & 1 deletion src/lingrex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from lingrex.copar import CoPaR, density

assert CoPaR and density
__version__ = "1.1.2.dev0"
__version__ = "1.2.0"

0 comments on commit 0ecb40a

Please sign in to comment.