Skip to content

Commit

Permalink
Change email
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Sep 2, 2023
1 parent f599325 commit 642cd44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at szmiev2000@gmail.com. All
reported by contacting the project team at <zmievsa@gmail.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand All @@ -68,9 +68,9 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
<https://www.contributor-covenant.org/faq>
2 changes: 1 addition & 1 deletion autograder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__title__ = "autograder"
__description__ = "Automatic assignment grading for instructor use in programming courses"
__author__ = "Stanislav Zmiev"
__author_email__ = "szmiev2000@gmail.com"
__author_email__ = "zmievsa@gmail.com"
__license__ = "GPL-3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "autograder"
version = "3.7.5"
version = "3.7.6"
description = "A simple, secure, and versatile way to automatically grade programming assignments"
authors = ["Ovsyanka <szmiev2000@gmail.com>"]
authors = ["Stanislav Zmiev <zmievsa@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
documentation = "https://ovsyanka83.github.io/autograder/"
Expand Down

0 comments on commit 642cd44

Please sign in to comment.