Skip to content

Commit

Permalink
Updated release version with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maslyaev committed Aug 30, 2023
1 parent 248bd7e commit e2e9871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
here = pathlib.Path(__file__).parent.resolve()

# Get the long description from the README file
long_description = (here / 'README.rst').read_text(encoding='utf-8')
#long_description = (here / 'README.rst').read_text(encoding='utf-8')


def read(*names, **kwargs):
Expand All @@ -35,7 +35,7 @@ def get_requirements():

setup(
name = 'epde',
version = '1.2.10',
version = '1.2.11',
description = 'EPDE package',
author = 'Mikhail Maslyaev',
author_email = '[email protected]',
Expand Down

0 comments on commit e2e9871

Please sign in to comment.