Skip to content

Commit 1c89e56

Browse files
author
nikola-rados
committed
Bump version and update NEWS.md
1 parent c411942 commit 1c89e56

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# News / Release Notes
22

3+
## 1.1.0
4+
- Bolster application for production use
5+
36
## 1.0.0
47
- Rework inputs
58
- Dockerize application

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = (1, 0, 0)
3+
__version__ = (1, 1, 0)
44

55
setup(
66
name="orca",

0 commit comments

Comments
 (0)