Skip to content

Commit

Permalink
FIX license
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Feb 7, 2025
1 parent 56ab929 commit e916273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pomegranate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='pomegranate',
version='1.1.1',
version='1.1.2',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=['pomegranate', 'pomegranate.distributions', 'pomegranate.hmm'],
url='https://github.com/jmschrei/torchegranate',
license='LICENSE.txt',
license='MIT',
description='A PyTorch implementation of probabilistic models.',
install_requires=[
'numpy >= 1.22.2',
Expand Down

0 comments on commit e916273

Please sign in to comment.