Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 642cd44

Browse files
committed
Change email
1 parent f599325 commit 642cd44

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

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

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

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

7575
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
76+
<https://www.contributor-covenant.org/faq>

autograder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__title__ = "autograder"
66
__description__ = "Automatic assignment grading for instructor use in programming courses"
77
__author__ = "Stanislav Zmiev"
8-
__author_email__ = "szmiev2000@gmail.com"
8+
__author_email__ = "zmievsa@gmail.com"
99
__license__ = "GPL-3.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "autograder"
3-
version = "3.7.5"
3+
version = "3.7.6"
44
description = "A simple, secure, and versatile way to automatically grade programming assignments"
5-
authors = ["Ovsyanka <szmiev2000@gmail.com>"]
5+
authors = ["Stanislav Zmiev <zmievsa@gmail.com>"]
66
license = "GPL-3.0"
77
readme = "README.md"
88
documentation = "https://ovsyanka83.github.io/autograder/"

0 commit comments

Comments
 (0)