Skip to content

Commit 95e7a92

Browse files
New version 2.3.0
1 parent 1982460 commit 95e7a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject spamscope "2.3.0-dev-SNAPSHOT"
1+
(defproject spamscope "2.3.0-SNAPSHOT"
22
:resource-paths ["_resources"]
33
:target-path "_build"
44
:min-lein-version "2.0.0"

src/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from os.path import join
2121

22-
__version__ = "2.3.0-dev"
22+
__version__ = "2.3.0"
2323
__configuration_path__ = "/etc/spamscope"
2424

2525
__defaults__ = {

0 commit comments

Comments
 (0)