Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Oct 25, 2024
1 parent 123f01d commit 1a111a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pygridgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
'Paul Hobson <phobson@geosyntec.com>'
]

__version__ = '0.2.dev'
__version__ = '0.3.dev'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@

setup(
name="pygridgen",
version='0.2.dev',
version='0.3.dev',
description=doclines[0],
long_description="\n".join(doclines),
author="Robert Hetland",
author_email="hetland@tamu.edu",
url="http://github.com/hetland/pygridgen",
packages=find_packages(exclude=[]),
license="MIT",
platforms="Python 2.7, 3.4, 3.5 and later.",
platforms="Python 3.9 and later.",
ext_package='pygridgen',
classifiers=classifiers.split("\n"),
install_requires=['numpy', 'matplotlib'],
)

0 comments on commit 1a111a0

Please sign in to comment.