Skip to content

Commit

Permalink
version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grnydawn committed Aug 30, 2021
1 parent add0c8f commit 8cbc5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Youngsung Kim'

# The full version, including alpha/beta/rc tags
release = '0.2.6'
release = '0.2.7'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Python code (main.py)
workshop = erd.workshop(a, b, "->", c)

# call N1 teams of N2 gofers
gofers = erd.gofers(N1, N2)
gofers = erd.gofers(N2, N1)

# let gofers do their work at the workshop
gofers.run(workshop)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():

setup(
name="errand",
version="0.2.6",
version="0.2.7",
description="pythonic excellerator interface",
long_description="pythonic excellerator interface",
author="Youngsung Kim",
Expand Down

0 comments on commit 8cbc5bd

Please sign in to comment.