Skip to content

Commit

Permalink
Merge branch 'release/0.7.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw committed Dec 13, 2017
2 parents ccd4bc2 + bf58f79 commit 6804ecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
project = 'pyMonet'
copyright = '2017, Przemyslaw Jan Pietrzak'
author = 'Przemyslaw Jan Pietrzak'
version = '0.7.3'
release = '0.7.3'
version = '0.7.4'
release = '0.7.4'
language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
pygments_style = 'sphinx'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
setup(
name='pymonet',
packages=['pymonet'],
version='0.7.3',
version='0.7.4',
description='High abstract python library for functional programming. Contains algebraic data structures known from Haskell or Scala.',
author='Przemyslaw Jan Pietrzak',
author_email='[email protected]',
url='https://github.com/przemyslawjanpietrzak/pyMonet',
download_url='https://github.com/przemyslawjanpietrzak/pyMonet/archive/0.7.3.tar.gz',
download_url='https://github.com/przemyslawjanpietrzak/pyMonet/archive/0.7.4.tar.gz',
keywords=['functional-programming', 'monads', 'functors', 'semigroups'],
classifiers=[],
)

0 comments on commit 6804ecd

Please sign in to comment.