Skip to content

Commit

Permalink
Merge pull request #15 from mattsb42-meta/development
Browse files Browse the repository at this point in the history
Promote development to master
  • Loading branch information
mattsb42-bot authored May 16, 2020
2 parents e10bb02 + ff8f0ae commit 2b6867c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
Changelog
*********

0.0.1 -- 2020-04-xx
0.1.0 -- 2020-05-16
===================

Initial release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_requirements():
install_requires=INSTALL_REQUIRES,
dependency_links=DEPENDENCY_LINKS,
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
Expand Down
2 changes: 1 addition & 1 deletion src/not_grep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ("__version__", "cli")

__version__ = "0.0.1"
__version__ = "0.1.0"
_DEBUG = "INPUT_DEBUG"
_CONFIG_FILE = "INPUT_CONFIG-FILE"

Expand Down

0 comments on commit 2b6867c

Please sign in to comment.