Skip to content

Commit 4ab1896

Browse files
committed
Bumping version
1 parent 2a1beaa commit 4ab1896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

durable_rules.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'durable_rules'
3-
s.version = '2.0.26'
3+
s.version = '2.0.27'
44
s.summary = "for real time analytics (a Ruby Rules Engine)"
55
s.description = "A lightweight library for real-time, consistent and scalable coordination of events."
66
s.authors = ["Jesus Ruiz"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "durable",
3-
"version": "2.0.34",
3+
"version": "2.0.35",
44
"description": "A lightweight rules engine for real-time, consistent and scalable coordination of events.",
55
"keywords": [
66
"business rules",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def build(self):
4141

4242
setup (
4343
name = 'durable_rules',
44-
version = '2.0.27',
44+
version = '2.0.28',
4545
description = 'for real time analytics (a Python Rules Engine)',
4646
long_description=long_description,
4747
url='https://github.com/jruizgit/rules',

0 commit comments

Comments
 (0)