Skip to content

Commit 960dd64

Browse files
author
glederrey
committed
[UPD] v1.1.1 ready for release
1 parent 1fc9d26 commit 960dd64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ between the variables and help the model to perform better.
1919

2020
## Requirements
2121

22-
The current version (v1.0) of the **DATGAN** **only works with Python 3.7 and in a Jupyter notebook**. We, thus, recommend
22+
The current version (v1.1.1) of the **DATGAN** **only works with Python 3.7 and in a Jupyter notebook**. We, thus, recommend
2323
the user to setup a [virtualenv](https://virtualenv.pypa.io/en/latest/).
2424

2525
## Installation

datgan/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
""" Top-level package for DATGAN """
22

3-
__author__ = """Gael Lederrey - TRANSP-OR laboratory @ EPFL"""
3+
__author__ = """Gael Lederrey"""
44
__email__ = '[email protected]'
5-
__version__ = '1.1'
5+
__version__ = '1.1.1'
66

77
from datgan.datgan import DATGAN
88
from datgan.evaluation.statistical_assessments import stats_assessment

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424

2525
setup(
26-
author="Gael Lederrey - TRANSP-OR laboratory @ EPFL",
26+
author="Gael Lederrey",
2727
author_email='[email protected]',
2828
classifiers=[
2929
'Development Status :: 3 - Alpha',
@@ -50,6 +50,6 @@
5050
packages=find_packages(include=['datgan', 'datgan.*']),
5151
python_requires='>=3.5',
5252
url='https://github.com/glederrey/DATGAN',
53-
version='1.1',
53+
version='1.1.1',
5454
zip_safe=False,
5555
)

0 commit comments

Comments
 (0)