Skip to content

Commit

Permalink
about time to bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 23, 2021
1 parent c55ebf3 commit a144546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
except:
raise Exception("Need numpy, from http://numpy.scipy.org/")

version = "2.1"
version = "3.0"

doclines = __doc__.split("\n")

Expand Down
2 changes: 1 addition & 1 deletion src/aptus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Aptus Mandelbrot set viewer and renderer.
"""

__version__ = '2.1'
__version__ = '3.0'

import os.path

Expand Down

0 comments on commit a144546

Please sign in to comment.