Skip to content

Commit

Permalink
Remove version from package
Browse files Browse the repository at this point in the history
  • Loading branch information
pberkes committed Dec 23, 2022
1 parent 39c0a0c commit 9fbd9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions empirical_copula/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = 1.0

import pandas as pd


Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

from setuptools import setup

from empirical_copula import __version__


setup(
name='empirical_copula',
version=str(__version__),
version='1.0',
description='Empirical copulas for discrete variables',
author='Pietro Berkes',
author_email='[email protected]',
Expand Down

0 comments on commit 9fbd9b8

Please sign in to comment.