Skip to content

Commit

Permalink
Merge a659039 into c62dd10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Mar 7, 2022
2 parents c62dd10 + a659039 commit c167c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def get_version(version_file):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
python_requires=">=3.6",
# What does your project relate to?
Expand Down
2 changes: 1 addition & 1 deletion src/example/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit c167c80

Please sign in to comment.